MCPcopy
hub / github.com/HKUDS/LightRAG / state.ts

File state.ts

lightrag_webui/src/stores/state.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { create } from 'zustand'
2import { createSelectors } from '@/lib/utils'
3import { checkHealth, LightragStatus } from '@/api/lightrag'
4import { useSettingsStore } from './settings'

Callers

nothing calls this directly

Calls 10

checkHealthFunction · 0.90
createSelectorsFunction · 0.90
createFunction · 0.85
setFunction · 0.85
getFunction · 0.85
initAuthStateFunction · 0.85
getUsernameFromTokenFunction · 0.85
getTokenExpiresAtFunction · 0.85
nowMethod · 0.45

Tested by

no test coverage detected