We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defaultFieldFlowBranchLimit
1 parent ac3c3ae commit 9396f0eCopy full SHA for 9396f0e
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplSpecific.qll
@@ -31,4 +31,6 @@ module CppDataFlow implements InputSig<Location> {
31
predicate viableImplInCallContext = Private::viableImplInCallContext/2;
32
33
predicate neverSkipInPathGraph = Private::neverSkipInPathGraph/1;
34
+
35
+ int defaultFieldFlowBranchLimit() { result = 3 }
36
}
0 commit comments