(&self, collection: &str, edge_id: &EdgeId)
| 102 | } |
| 103 | |
| 104 | async fn graph_delete_edge(&self, collection: &str, edge_id: &EdgeId) -> NodeDbResult<()> { |
| 105 | self.graph_delete_edge_impl(collection, edge_id).await |
| 106 | } |
| 107 | |
| 108 | async fn graph_stats( |
| 109 | &self, |
nothing calls this directly
no test coverage detected