We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe40d3 commit 3256e2aCopy full SHA for 3256e2a
shared/dataflow/codeql/dataflow/PrintDfg.qll
@@ -8,6 +8,9 @@ private import codeql.util.Location
8
private import codeql.dataflow.DataFlow as DF
9
private import codeql.dataflow.TaintTracking as TT
10
11
+/**
12
+ * Instantiates the `PrintGraph` module using edges from the data flow graph.
13
+ */
14
module MakePrintDfg<
15
LocationSig Location, DF::InputSig<Location> DataFlowLang,
16
TT::InputSig<Location, DataFlowLang> TaintTrackingLang>
0 commit comments