Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ getUserInfo
Function
getUserInfo
frontend/src/components/IframeBox/handler.ts:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
export
async
function
getUserInfo() {
53
const
{ state } = useAppStateStore();
54
return
state.userInfo;
55
}
56
57
export
const
iframeRouters: Record<string, IframeRouterHandler<any>> = {
58
MainAppInfo:
async
() => {
Callers
1
handler.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected