mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
8 lines
217 B
Plaintext
8 lines
217 B
Plaintext
import javascript
|
|
|
|
query predicate test_HeaderDefinition_getNameExpr(
|
|
Http::ExplicitHeaderDefinition hd, DataFlow::Node res
|
|
) {
|
|
hd.getRouteHandler() instanceof NodeJSLib::RouteHandler and res = hd.getNameNode()
|
|
}
|