mirror of
https://github.com/github/codeql.git
synced 2025-12-19 10:23:15 +01:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
import javascript
|
|
|
|
query predicate test_ResponseSendArgument(
|
|
HTTP::ResponseSendArgument send, NodeJSLib::RouteHandler rh
|
|
) {
|
|
rh = send.getRouteHandler()
|
|
}
|