MCPcopy Create free account
hub / github.com/circlemind-ai/fast-graphrag / get_node

Method get_node

fast_graphrag/_storage/_base.py:211–212  ·  view source on GitHub ↗
(self, node: Union[GTNode, GTId])

Source from the content-addressed store, hash-verified

209 raise NotImplementedError
210
211 async def get_node(self, node: Union[GTNode, GTId]) -> Union[Tuple[GTNode, TIndex], Tuple[None, None]]:
212 raise NotImplementedError
213
214 async def get_all_edges(self) -> Iterable[GTEdge]:
215 raise NotImplementedError

Callers 5

test_get_nodeMethod · 0.45
__call__Method · 0.45
_upsert_nodeMethod · 0.45
_upsert_edgeMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_get_nodeMethod · 0.36