MCPcopy Create free account
hub / github.com/NanGePlus/LightRAGTest / client_storage

Method client_storage

LightRAG/lightrag/storage.py:129–130  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127
128 @property
129 def client_storage(self):
130 return getattr(self._client, "_NanoVectorDB__storage")
131
132 async def delete_entity(self, entity_name: str):
133 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected