mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
class CustomEntryPoint extends API::EntryPoint {
|
|
CustomEntryPoint() { this = "CustomEntryPoint" }
|
|
|
|
override DataFlow::SourceNode getASource() { result = DataFlow::globalVarRef("CustomEntryPoint") }
|
|
}
|
|
|
|
import ApiGraphs.VerifyAssertions
|