mirror of
https://github.com/github/codeql.git
synced 2026-07-23 12:12:05 +02:00
8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
import csharp
|
|
import ControlFlow
|
|
import Common
|
|
|
|
query predicate entryPoint(Callable c, SourceControlFlowElement cfn) {
|
|
c.getEntryPoint().getASuccessor() = cfn.getControlFlowNode()
|
|
}
|