mirror of
https://github.com/github/codeql.git
synced 2026-05-25 16:47:07 +02:00
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
query predicate resultRelations(string name, int arity) { name = "#select" and arity = 5 }
|
|
|
|
select "#select", 1, 1, "foo"
|