mirror of
https://github.com/github/codeql.git
synced 2026-05-24 16:17:07 +02:00
13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
/**
|
|
* @name Extents of callables
|
|
* @kind extent
|
|
* @id py/function-extents
|
|
* @metricType callable
|
|
*/
|
|
|
|
import python
|
|
import Extents
|
|
|
|
from RangeFunction f
|
|
select f.getLocation(), f
|