We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a76a68 commit dfa71bbCopy full SHA for dfa71bb
rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll
@@ -13,6 +13,9 @@
13
* `path; input; kind; provenance`
14
* - BarrierGuards:
15
* `path; input; branch; kind; provenance`
16
+ * - Neutrals:
17
+ * `package; type; name; signature; kind; provenance`
18
+ * A neutral is used to indicate that a callable is neutral with respect to flow (no summary), source (is not a source) or sink (is not a sink).
19
*
20
* The interpretation of a row is similar to API-graphs with a left-to-right
21
* reading.
0 commit comments