MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / useStore

Function useStore

ui/src/stores/index.ts:12–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10import useChatUserStore from './modules/chat-user'
11import useToolStore from './modules/tool'
12const useStore = () => ({
13 common: useCommonStore(),
14 login: useLoginStore(),
15 user: useUserStore(),
16 folder: useFolderStore(),
17 theme: useThemeStore(),
18 knowledge: useKnowledgeStore(),
19 model: useModelStore(),
20 prompt: usePromptStore(),
21 application: useApplicationStore(),
22 chatUser: useChatUserStore(),
23 tool: useToolStore(),
24})
25
26export default useStore

Callers 15

useResize.tsFile · 0.85
hasPermissionChildFunction · 0.85
RoleClass · 0.85
PermissionClass · 0.85
permission-api.tsFile · 0.85
index.tsFile · 0.85
postStreamFunction · 0.85
index.tsFile · 0.85
postStreamFunction · 0.85
index.tsFile · 0.85
folder.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected