mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
import cpp
|
|
|
|
Function getCfgFunction(Initializer i) { result = i.getASuccessor*() }
|
|
|
|
from Initializer i, string f
|
|
where if exists(getCfgFunction(i)) then f = getCfgFunction(i).toString() else f = ""
|
|
select i, f
|