mirror of
https://github.com/github/codeql.git
synced 2025-12-28 06:36:33 +01:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
import javascript
|
|
|
|
query predicate test_RequestExpr(Restify::RequestNode e, Http::RouteHandler res) {
|
|
res = e.getRouteHandler()
|
|
}
|