mirror of
https://github.com/github/codeql.git
synced 2026-02-15 14:33:40 +01:00
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
import javascript
|
|
|
|
from Express::RouteHandlerExpr rhe, boolean isLast
|
|
where if rhe.isLastHandler() then isLast = true else isLast = false
|
|
select rhe, rhe.getSetup(), isLast
|
|
|