We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d05986 commit a1489beCopy full SHA for a1489be
1 file changed
shared/dataflow/codeql/dataflow/PrintDfg.qll
@@ -1,6 +1,8 @@
1
/**
2
* Provides a module for implementing the `View DFG` query based on inputs to the data flow library.
3
*/
4
+overlay[local?]
5
+module;
6
7
private import codeql.util.Location
8
private import codeql.dataflow.DataFlow as DF
0 commit comments