mirror of
https://github.com/github/codeql.git
synced 2026-05-13 18:59:27 +02:00
JS: Rename getAUseSite -> getRouteInstallation
This commit is contained in:
@@ -277,7 +277,7 @@ module Routing {
|
||||
}
|
||||
|
||||
/** Gets a place where this route node is installed as a route handler. */
|
||||
Node getAUseSite() {
|
||||
Node getRouteInstallation() {
|
||||
result = getAUseSiteInRouteSetup()
|
||||
or
|
||||
not exists(getAUseSiteInRouteSetup()) and
|
||||
|
||||
Reference in New Issue
Block a user