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

Method graph_delete_edge

nodedb-client/src/remote/client/dispatch.rs:102–104  ·  view source on GitHub ↗
(&self, collection: &str, edge_id: &EdgeId)

Source from the content-addressed store, hash-verified

100 }
101
102 async fn graph_delete_edge(&self, collection: &str, edge_id: &EdgeId) -> NodeDbResult<()> {
103 self.graph_delete_edge_impl(collection, edge_id).await
104 }
105
106 async fn graph_stats(
107 &self,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected