mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
import javascript
|
|
import extraction.NoFeaturizationRestrictionsConfig
|
|
|
|
class Endpoint extends DataFlow::Node {
|
|
Endpoint() { this.asExpr().(VarAccess).getName() = "endpoint" }
|
|
}
|