(self, src_id: str, tgt_id: str)
| 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 |
no outgoing calls
no test coverage detected