mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
/**
|
|
* @name Usages
|
|
* @description Insert description here...
|
|
* @kind problem
|
|
* @problem.severity warning
|
|
*/
|
|
|
|
import python
|
|
|
|
from Name u
|
|
where u.uses(_)
|
|
select u.getId(), u.getLocation().getStartLine() |