mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Merge pull request #20733 from asgerf/js/incremental-api-graphs
JS: Incremental API graph
This commit is contained in:
@@ -492,6 +492,7 @@ private predicate invocationMatchesCallSiteFilter(
|
||||
Specific::invocationMatchesExtraCallSiteFilter(invoke, token)
|
||||
}
|
||||
|
||||
overlay[local?]
|
||||
private class TypeModelUseEntry extends API::EntryPoint {
|
||||
private string type;
|
||||
|
||||
@@ -505,6 +506,7 @@ private class TypeModelUseEntry extends API::EntryPoint {
|
||||
API::Node getNodeForType(string type_) { type = type_ and result = this.getANode() }
|
||||
}
|
||||
|
||||
overlay[local?]
|
||||
private class TypeModelDefEntry extends API::EntryPoint {
|
||||
private string type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user