Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
export
function
setLoadingTitle(title: string) {
22
(window as any).setLoadingTitle(title);
23
}
24
25
export
function
setAppLoadingError(error: string) {
26
(window as any).setAppLoadingError(error);
Callers
1
initApp
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected