MCPcopy
hub / github.com/yinxin630/fiora / useIsLogin

Function useIsLogin

packages/app/src/hooks/useStore.tsx:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17export function useIsLogin() {
18 return !!useSelfId();
19}
20
21export function useIsAdmin() {
22 const user = useUser();

Callers 6

NofiticationFunction · 0.90
SelfInfoFunction · 0.90
ChatFunction · 0.90
MessageListFunction · 0.90
InputFunction · 0.90
OtherFunction · 0.90

Calls 1

useSelfIdFunction · 0.70

Tested by

no test coverage detected