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

Method has_edge

LightRAG/lightrag/base.py:96–97  ·  view source on GitHub ↗
(self, source_node_id: str, target_node_id: str)

Source from the content-addressed store, hash-verified

94 raise NotImplementedError
95
96 async def has_edge(self, source_node_id: str, target_node_id: str) -> bool:
97 raise NotImplementedError
98
99 async def node_degree(self, node_id: str) -> int:
100 raise NotImplementedError

Callers 1

_merge_edges_then_upsertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected