Files
codeql/javascript/ql/test/library-tests/frameworks/restify/ResponseExpr.qll

6 lines
134 B
Plaintext

import javascript
query predicate test_ResponseExpr(Restify::ResponseExpr e, HTTP::RouteHandler res) {
res = e.getRouteHandler()
}