Files
codeql/rust/ql/integration-tests/hello-workspace/functions.ql

6 lines
96 B
Plaintext

import rust
from Function f
where exists(f.getLocation().getFile().getRelativePath())
select f