mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
import codeql.rust.internal.Definitions
|
|
|
|
from Definition def, Use use, string kind
|
|
where
|
|
def = definitionOf(use, kind) and
|
|
use.fromSource()
|
|
select use, def, kind
|