mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Python: Rename getAUse -> getAValueReachableFromSource
This commit is contained in:
@@ -24,7 +24,7 @@ private DataFlow::Node getNode(API::Node nd, string kind) {
|
||||
result = nd.asSink()
|
||||
or
|
||||
kind = "use" and
|
||||
result = nd.getAUse()
|
||||
result = nd.getAValueReachableFromSource()
|
||||
}
|
||||
|
||||
private string getLocStr(Location loc) {
|
||||
|
||||
Reference in New Issue
Block a user