mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
removed unnecessary getACall and fixed formatting
This commit is contained in:
@@ -18,8 +18,7 @@ import DataFlow::PathGraph
|
||||
class PredictableResultSource extends DataFlow::Node {
|
||||
PredictableResultSource() {
|
||||
exists(API::Node uuidCallRet |
|
||||
uuidCallRet =
|
||||
API::moduleImport("uuid").getMember(["v1", "v3", "v5"]).getACall().getReturn()
|
||||
uuidCallRet = API::moduleImport("uuid").getMember(["v1", "v3", "v5"]).getReturn()
|
||||
|
|
||||
this = uuidCallRet.asSource()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user