MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / vector_delete

Method vector_delete

nodedb-client/src/remote/client/dispatch.rs:75–77  ·  view source on GitHub ↗
(&self, collection: &str, id: &str)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

vector_delete_implMethod · 0.45

Tested by

no test coverage detected