MCPcopy
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
36export function useLinkmans() {
37 const data = useStore();
38 return data.linkmans || [];
39}
40
41export function useFocusLinkman() {
42 const data = useStore();

Callers 3

ChatListFunction · 0.90
UserInfoFunction · 0.90
GroupInfoFunction · 0.90

Calls 1

useStoreFunction · 0.70

Tested by

no test coverage detected