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