mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
JS: Rename getAnImmediateUse -> getASource
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user