Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yinxin630/fiora
/ useLinkmans
Function
useLinkmans
packages/app/src/hooks/useStore.tsx:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
export function useLinkmans() {
37
const data = useStore();
38
return data.linkmans || [];
39
}
40
41
export function useFocusLinkman() {
42
const data = useStore();
Callers
3
ChatList
Function · 0.90
UserInfo
Function · 0.90
GroupInfo
Function · 0.90
Calls
1
useStore
Function · 0.70
Tested by
no test coverage detected