(
self, source_node_id: str, target_node_id: str
)
| 106 | raise NotImplementedError |
| 107 | |
| 108 | async def get_edge( |
| 109 | self, source_node_id: str, target_node_id: str |
| 110 | ) -> Union[dict, None]: |
| 111 | raise NotImplementedError |
| 112 | |
| 113 | async def get_node_edges( |
| 114 | self, source_node_id: str |
no outgoing calls
no test coverage detected