mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Data flow: Sync
This commit is contained in:
@@ -958,7 +958,6 @@ module Private {
|
||||
|
||||
query predicate edges(NodeOrCall a, NodeOrCall b, string key, string value) {
|
||||
key = "semmle.label" and
|
||||
edgesComponent(a, b, _) and
|
||||
value = strictconcat(string s | edgesComponent(a, b, s) | s, " / ")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user