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

Method edge_degree

LightRAG/lightrag/base.py:102–103  ·  view source on GitHub ↗
(self, src_id: str, tgt_id: str)

Source from the content-addressed store, hash-verified

100 raise NotImplementedError
101
102 async def edge_degree(self, src_id: str, tgt_id: str) -> int:
103 raise NotImplementedError
104
105 async def get_node(self, node_id: str) -> Union[dict, None]:
106 raise NotImplementedError

Callers 2

_get_edge_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected