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.
2 parents 9736936 + 0b45b63 commit 4ce1b68Copy full SHA for 4ce1b68
python/ql/test/experimental/meta/debug/dataflowTestPaths.ql
@@ -22,7 +22,7 @@ module Flows = DataFlow::Global<Config>;
22
import Flows::PathGraph
23
24
// int explorationLimit() { result = 5 }
25
-// module FlowsPartial = Flows::FlowExploration<explorationLimit/0>;
+// module FlowsPartial = Flows::FlowExplorationFwd<explorationLimit/0>;
26
// import FlowsPartial::PartialPathGraph
27
from Flows::PathNode source, Flows::PathNode sink
28
where Flows::flowPath(source, sink)
0 commit comments