MCPcopy 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
68function isLoadingRoute(routeName) {
69 return routeName.endsWith('_loading') || routeName.endsWith('.loading');
70}
71
72async function setupHashSupport(router) {
73 let initialURL;

Callers 1

setupHashSupportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected