mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
import swift
|
|
|
|
string describe(File f) { (f.isSuccessfullyExtracted() and result = "isSuccessfullyExtracted") }
|
|
|
|
from File f
|
|
select f, concat(f.getRelativePath(), ", "), concat(describe(f), ", ")
|