MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / setLoadingTitle

Function setLoadingTitle

frontend/src/tools/dom.ts:21–23  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

19}
20
21export function setLoadingTitle(title: string) {
22 (window as any).setLoadingTitle(title);
23}
24
25export function setAppLoadingError(error: string) {
26 (window as any).setAppLoadingError(error);

Callers 1

initAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected