Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ setAppLoadingError
Function
setAppLoadingError
frontend/src/tools/dom.ts:25–27 ·
view source on GitHub ↗
(error: string)
Source
from the content-addressed store, hash-verified
23
}
24
25
export
function
setAppLoadingError(error: string) {
26
(window as any).setAppLoadingError(error);
27
}
Callers
1
handleLoadingError
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected