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