mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
python: implement missing predicates
This commit is contained in:
@@ -207,9 +207,9 @@ private module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
|
||||
// Relating content to summaries
|
||||
predicate content = FlowSummary::SummaryComponent::content/1;
|
||||
|
||||
predicate withoutContent = FlowSummary::SummaryComponent::withoutContent/1;
|
||||
SummaryComponent withoutContent(TypeTrackerContent contents) { none() }
|
||||
|
||||
predicate withContent = FlowSummary::SummaryComponent::withContent/1;
|
||||
SummaryComponent withContent(TypeTrackerContent contents) { none() }
|
||||
|
||||
predicate return = FlowSummary::SummaryComponent::return/0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user