mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: Rename Negative Summary Model to Neutral Model.
This commit is contained in:
@@ -92,11 +92,11 @@ predicate summaryElement(
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds if a negative flow summary exists for `c`, which means that there is no
|
* Holds if a neutral model exists for `c`, which means that there is no
|
||||||
* flow through `c`. The flag `generated` states whether the summary is autogenerated.
|
* flow through `c`. The flag `generated` states whether the neutral model is autogenerated.
|
||||||
* Note. Negative flow summaries has not been implemented for Python.
|
* Note. Neutral models have not been implemented for Python.
|
||||||
*/
|
*/
|
||||||
predicate negativeSummaryElement(FlowSummary::SummarizedCallable c, boolean generated) { none() }
|
predicate neutralElement(FlowSummary::SummarizedCallable c, boolean generated) { none() }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the summary component for specification component `c`, if any.
|
* Gets the summary component for specification component `c`, if any.
|
||||||
|
|||||||
Reference in New Issue
Block a user