mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
import javascript
|
|
|
|
query predicate test_RouteHandlerExpr_getAsSubRouter(
|
|
Express::RouteHandlerExpr expr, Express::RouterDefinition res
|
|
) {
|
|
res = expr.getAsSubRouter()
|
|
}
|