(&self, collection: &str, id: &str)
| 73 | } |
| 74 | |
| 75 | async fn vector_delete(&self, collection: &str, id: &str) -> NodeDbResult<()> { |
| 76 | self.vector_delete_impl(collection, id).await |
| 77 | } |
| 78 | |
| 79 | async fn graph_traverse( |
| 80 | &self, |
nothing calls this directly
no test coverage detected