Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cycle
Function · 0.45
dispatch_meta
Function · 0.45
delete_async
Function · 0.45
cancel_drops_state
Function · 0.45
dispatch_to_data_plane_with_source
Function · 0.45
query_collection_size
Function · 0.45
on_copy_data
Method · 0.45
Calls
1
take
Method · 0.45
Tested by
1
cancel_drops_state
Function · 0.36