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

Method cancel

nodedb/src/control/backup/state.rs:76–78  ·  view source on GitHub ↗
(&self, conn_id: u64)

Source from the content-addressed store, hash-verified

74 }
75
76 pub fn cancel(&self, conn_id: u64) {
77 let _ = self.take(conn_id);
78 }
79}
80
81#[derive(Debug, PartialEq, Eq, thiserror::Error)]

Callers 7

run_checkpoint_cycleFunction · 0.45
dispatch_metaFunction · 0.45
delete_asyncFunction · 0.45
cancel_drops_stateFunction · 0.45
query_collection_sizeFunction · 0.45
on_copy_dataMethod · 0.45

Calls 1

takeMethod · 0.45

Tested by 1

cancel_drops_stateFunction · 0.36