MCPcopy
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.tsxFile · 0.45
addToHistoryMethod · 0.45
state.tsFile · 0.45
throttleFunction · 0.45
generateUniqueIdFunction · 0.45
RetrievalViewFunction · 0.45
updateAssistantMessageFunction · 0.45
DocumentManagerFunction · 0.45
fireFunction · 0.45
lightrag.tsFile · 0.45
createSigmaGraphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected