MCPcopy 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
25export function setAppLoadingError(error: string) {
26 (window as any).setAppLoadingError(error);
27}

Callers 1

handleLoadingErrorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected