JS: Rename getAnImmediateUse -> getASource

This commit is contained in:
Asger Feldthaus
2022-04-05 09:17:35 +02:00
committed by Asger F
parent a7b73f44b2
commit 4c6192670e
46 changed files with 141 additions and 130 deletions

View File

@@ -11,4 +11,4 @@
import javascript
import meta.MetaMetrics
select projectRoot(), count(any(API::Node nd).getAUse())
select projectRoot(), count(any(API::Node nd).getAValueReachableFromSource())