make ApiLabel into a IPA type, and cache the public API of ApiGraphs

This commit is contained in:
Erik Krogh Kristensen
2021-11-19 11:08:25 +01:00
parent 1f3f7e9ccc
commit 089d030bc2
13 changed files with 352 additions and 167 deletions

View File

@@ -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))