mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
/**
|
|
* @name Depends
|
|
*/
|
|
|
|
import default
|
|
|
|
from RefType rt1, RefType rt2
|
|
where rt1.fromSource() and depends(rt1, rt2)
|
|
select rt1, rt2.getQualifiedName()
|