mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
/**
|
|
* @name Definitions
|
|
* @description Insert description here...
|
|
* @kind table
|
|
* @problem.severity warning
|
|
*/
|
|
|
|
import python
|
|
|
|
from Name d
|
|
where d.defines(_)
|
|
select d.getId(), d.getLocation().getStartLine()
|