mirror of
https://github.com/github/codeql.git
synced 2025-12-27 22:26:31 +01:00
8 lines
107 B
Plaintext
8 lines
107 B
Plaintext
|
|
import python
|
|
import external.Thrift
|
|
|
|
from ThriftType t, ThriftStruct s
|
|
where t.references(s)
|
|
select t, s
|