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