Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yinxin630/fiora
/ useStore
Function
useStore
packages/app/src/hooks/useStore.tsx:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import { State, User } from
'../types/redux'
;
3
4
export function useStore() {
5
return useSelector((state: State) => state);
6
}
7
8
export function useUser() {
9
return useStore().user as User;
Callers
12
Nofitication
Function · 0.90
Loading
Function · 0.90
SelfInfo
Function · 0.90
Chat
Function · 0.90
MessageList
Function · 0.90
Input
Function · 0.90
ChatBackButton
Function · 0.90
useUser
Function · 0.70
useTheme
Function · 0.70
useLinkmans
Function · 0.70
useFocusLinkman
Function · 0.70
useFocus
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected