We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b20506 commit 0ca9febCopy full SHA for 0ca9feb
javascript/ql/lib/semmle/javascript/Routing.qll
@@ -144,6 +144,8 @@ module Routing {
144
// Leaf nodes that aren't functions are assumed to invoke their continuation
145
not exists(getLastChild()) and
146
not this instanceof RouteHandler
147
+ or
148
+ this instanceof MkRouter
149
}
150
151
/** Gets the parent of this node, provided that this node may invoke its continuation. */
0 commit comments