Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HKUDS/LightRAG
/ now
Method
now
lightrag/parser/debug.py:99–100 ·
view source on GitHub ↗
(cls, tz=None)
Source
from the content-addressed store, hash-verified
97
98
@classmethod
99
def
now(cls, tz=None):
# noqa: D401
100
return
_FROZEN_NOW
if
tz is None
else
_FROZEN_NOW.astimezone(tz)
Callers
15
ChatMessage.tsx
File · 0.45
addToHistory
Method · 0.45
initializeWithDefaults
Method · 0.45
state.ts
File · 0.45
throttle
Function · 0.45
generateUniqueId
Function · 0.45
RetrievalView
Function · 0.45
updateAssistantMessage
Function · 0.45
DocumentManager
Function · 0.45
fire
Function · 0.45
lightrag.ts
File · 0.45
createSigmaGraph
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected