Add the merged PathGraph to all copies of the InlineFlowTest library

This commit is contained in:
Jeroen Ketema
2023-06-19 10:28:10 +02:00
parent d82c3ce11a
commit 6a84e6cbfd
4 changed files with 34 additions and 5 deletions

View File

@@ -7,8 +7,8 @@
* import DefaultFlowTest
* import PathGraph
*
* from ValueFlow::PathNode source, ValueFlow::PathNode sink
* where ValueFlow::flowPath(source, sink)
* from PathNode source, PathNode sink
* where flowPath(source, sink)
* select sink, source, sink, "$@", source, source.toString()
* ```
*