MCPcopy 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
52export async function getUserInfo() {
53 const { state } = useAppStateStore();
54 return state.userInfo;
55}
56
57export const iframeRouters: Record<string, IframeRouterHandler<any>> = {
58 MainAppInfo: async () => {

Callers 1

handler.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected