mirror of
https://github.com/github/codeql.git
synced 2026-03-25 00:47:43 +01:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
/**
|
|
* @name Source links of callables
|
|
* @kind source-link
|
|
* @id py/function-source-links
|
|
* @metricType callable
|
|
*/
|
|
|
|
import python
|
|
|
|
from Function f
|
|
select f, f.getLocation().getFile()
|