mirror of
https://github.com/github/codeql.git
synced 2026-02-28 12:53:49 +01:00
9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
overlay[local?]
|
|
class CustomEntryPoint extends API::EntryPoint {
|
|
CustomEntryPoint() { this = "CustomEntryPoint" }
|
|
|
|
override DataFlow::SourceNode getASource() { result = DataFlow::globalVarRef("CustomEntryPoint") }
|
|
}
|
|
|
|
import ApiGraphs.VerifyAssertions
|