mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01: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()
|