File tree Expand file tree Collapse file tree
go/ql/lib/semmle/go/dataflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
22 * INTERNAL use only. This is an experimental API subject to change without notice.
33 *
4- * Provides classes and predicates for dealing with MaD flow models specified
4+ * Provides classes and predicates for dealing with flow models specified
55 * in data extensions and CSV format.
66 *
77 * The CSV specification has the following columns:
1111 * `package; type; subtypes; name; signature; ext; input; kind; provenance`
1212 * - Summaries:
1313 * `package; type; subtypes; name; signature; ext; input; output; kind; provenance`
14+ * - Neutrals:
15+ * `package; type; name; signature; kind; provenance`
16+ * 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).
1417 *
1518 * The interpretation of a row is similar to API-graphs with a left-to-right
1619 * reading.
You can’t perform that action at this time.
0 commit comments