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

Method node_degree

LightRAG/lightrag/base.py:99–100  ·  view source on GitHub ↗
(self, node_id: str)

Source from the content-addressed store, hash-verified

97 raise NotImplementedError
98
99 async def node_degree(self, node_id: str) -> int:
100 raise NotImplementedError
101
102 async def edge_degree(self, src_id: str, tgt_id: str) -> int:
103 raise NotImplementedError

Callers 2

_get_node_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected