mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
import javascript
|
|
|
|
query predicate test_RouteHandlerExpr_getBody(
|
|
Express::RouteHandlerExpr rhe, Express::RouteHandler res
|
|
) {
|
|
res = rhe.getBody()
|
|
}
|