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

Method document_delete

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

Source from the content-addressed store, hash-verified

148 }
149
150 async fn document_delete(&self, collection: &str, id: &str) -> NodeDbResult<()> {
151 self.document_delete_impl(collection, id).await
152 }
153
154 async fn execute_sql(&self, query: &str, params: &[Value]) -> NodeDbResult<QueryResult> {
155 self.execute_sql_impl(query, params).await

Callers

nothing calls this directly

Calls 1

document_delete_implMethod · 0.45

Tested by

no test coverage detected