Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-learn/ember-api-docs
/ isLoadingRoute
Function
isLoadingRoute
app/utils/url-hash-polyfill.js:68–70 ·
view source on GitHub ↗
(routeName)
Source
from the content-addressed store, hash-verified
66
}
67
68
function
isLoadingRoute(routeName) {
69
return
routeName.endsWith(
'_loading'
) || routeName.endsWith(
'.loading'
);
70
}
71
72
async
function
setupHashSupport(router) {
73
let
initialURL;
Callers
1
setupHashSupport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected