mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +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() }
|