Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ create } from
'zustand'
2
import
{ createSelectors } from
'@/lib/utils'
3
import
{ checkHealth, LightragStatus } from
'@/api/lightrag'
4
import
{ useSettingsStore } from
'./settings'
Callers
nothing calls this directly
Calls
10
checkHealth
Function · 0.90
createSelectors
Function · 0.90
create
Function · 0.85
set
Function · 0.85
get
Function · 0.85
initAuthState
Function · 0.85
getUsernameFromToken
Function · 0.85
getTokenExpiresAt
Function · 0.85
formatTimestampToLocalString
Function · 0.85
now
Method · 0.45
Tested by
no test coverage detected