mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
import javascript
|
|
|
|
query predicate routeHandler(Http::RouteHandler rh) { any() }
|
|
|
|
query predicate routeHandlerCandidate(Http::RouteHandlerCandidate rh) { any() }
|
|
|
|
query predicate routeSetup(Http::RouteSetup rh) { any() }
|
|
|
|
query predicate routeSetupCandidate(Http::RouteSetupCandidate rh) { any() }
|