mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
import rust
|
|
|
|
from File f, string fromSource
|
|
where
|
|
exists(f.getRelativePath()) and
|
|
if f.fromSource() then fromSource = "fromSource: yes" else fromSource = "fromSource: no"
|
|
select f, fromSource
|