mirror of
https://github.com/github/codeql.git
synced 2025-12-26 21:56:39 +01:00
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
|
import external.Thrift
|
|
|
|
from string cls
|
|
where any(ThriftElement t).getAQlClass() = cls
|
|
select cls.prefix(6)
|
|
|