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.
1 parent f5fe531 commit efedfa1Copy full SHA for efedfa1
rust/ql/lib/codeql/rust/dataflow/internal/DataFlowImpl.qll
@@ -1127,12 +1127,7 @@ private module Cached {
1127
/** Holds if `n` is a flow sink of kind `kind`. */
1128
cached
1129
predicate sinkNode(Node n, string kind) { n.(FlowSummaryNode).isSink(kind, _) }
1130
-}
1131
-
1132
-import Cached
1133
1134
-cached
1135
-private module OptionalSteps {
1136
/**
1137
* A step in a flow summary defined using `OptionalStep[name]`. An `OptionalStep` is "opt-in", which means
1138
* that by default the step is not present in the flow summary and needs to be explicitly enabled by defining
@@ -1155,4 +1150,4 @@ private module OptionalSteps {
1155
1150
}
1156
1151
1157
1152
1158
-import OptionalSteps
1153
+import Cached
0 commit comments