mirror of
https://github.com/github/codeql.git
synced 2026-02-17 23:43:42 +01:00
JS: Generate summaries from summaryModel, and only generate steps as a fallback
This commit is contained in:
@@ -264,3 +264,7 @@ module Stage {
|
||||
cached
|
||||
predicate backref() { optionalStep(_, _, _) }
|
||||
}
|
||||
|
||||
predicate unsupportedCallable = Private::unsupportedCallable/1;
|
||||
|
||||
predicate unsupportedCallable = Private::unsupportedCallable/4;
|
||||
|
||||
Reference in New Issue
Block a user