mirror of
https://github.com/github/codeql.git
synced 2026-03-22 23:49:43 +01:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
import cpp
|
|
|
|
from Element e
|
|
where not e.getLocation() instanceof UnknownLocation
|
|
and not e instanceof Folder
|
|
select e
|