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