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

Method graph_delete_edge

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected