File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
go/ql/lib/semmle/go/dataflow/internal Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ predicate summaryElement(
7676}
7777
7878/**
79- * Holds if a negative flow summary exists for `c`, which means that there is no
80- * flow through `c`. The flag `generated` states whether the summary is autogenerated.
81- * Note. Negative flow summaries has not been implemented for Go.
79+ * Holds if a neutral model exists for `c`, which means that there is no
80+ * flow through `c`. The flag `generated` states whether the model is autogenerated.
81+ * Note. Neutral models have not been implemented for Go.
8282 */
83- predicate negativeSummaryElement ( SummarizedCallable c , boolean generated ) { none ( ) }
83+ predicate neutralElement ( SummarizedCallable c , boolean generated ) { none ( ) }
8484
8585/** Gets the summary component for specification component `c`, if any. */
8686bindingset [ c]
You can’t perform that action at this time.
0 commit comments