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

Method vector_delete

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

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 1

vector_delete_implMethod · 0.45

Tested by

no test coverage detected