mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
import codeql.rust.elements.internal.ExtractorStep
|
|
|
|
from ExtractorStep step
|
|
where not step.getAction() = ["ParseLibrary", "ExtractLibrary"]
|
|
select step
|