mirror of
https://github.com/github/codeql.git
synced 2026-01-28 05:42:58 +01:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
import cpp
|
|
|
|
from Function f, Attribute a, int i
|
|
where a = f.getAnAttribute()
|
|
and a.hasName("availability")
|
|
select f.getName(), i, a.getArgument(i)
|