mirror of
https://github.com/github/codeql.git
synced 2026-01-03 01:30:19 +01: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
|