Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
export function useIsLogin() {
18
return !!useSelfId();
19
}
20
21
export function useIsAdmin() {
22
const user = useUser();
Callers
6
Nofitication
Function · 0.90
SelfInfo
Function · 0.90
Chat
Function · 0.90
MessageList
Function · 0.90
Input
Function · 0.90
Other
Function · 0.90
Calls
1
useSelfId
Function · 0.70
Tested by
no test coverage detected