mirror of
https://github.com/github/codeql.git
synced 2026-03-22 15:36:48 +01:00
8 lines
158 B
Plaintext
8 lines
158 B
Plaintext
import csharp
|
|
|
|
from SourceFile f, int mode
|
|
where not f.extractedStandalone()
|
|
and not extractionIsStandalone()
|
|
and file_extraction_mode(f,mode)
|
|
select f, mode
|