mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
make ApiLabel into a IPA type, and cache the public API of ApiGraphs
This commit is contained in:
@@ -12,4 +12,4 @@ import javascript
|
||||
import meta.MetaMetrics
|
||||
|
||||
select projectRoot(),
|
||||
count(API::Node pred, string lbl, API::Node succ | succ = pred.getASuccessor(lbl))
|
||||
count(API::Node pred, API::ApiLabel lbl, API::Node succ | succ = pred.getASuccessor(lbl))
|
||||
|
||||
Reference in New Issue
Block a user