mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
/**
|
|
* @name Calls3
|
|
* @kind table
|
|
*/
|
|
import cpp
|
|
|
|
from FunctionCall c, CppFile f
|
|
where c.getTarget().getFile() = f
|
|
select c, c.getTarget().getName(), f.getAbsolutePath()
|