mirror of
https://github.com/github/codeql.git
synced 2026-01-04 10:10:20 +01:00
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
import javascript
|
|
|
|
query predicate test_ResponseExpr(Connect::ResponseExpr e, HTTP::RouteHandler res) {
|
|
res = e.getRouteHandler()
|
|
}
|