MCPcopy Create free account
hub / github.com/dfinity/orbit / insert_upgrader_backup_snapshot

Method insert_upgrader_backup_snapshot

core/station/impl/src/models/system.rs:170–172  ·  view source on GitHub ↗
(&mut self, snapshot_id: Vec<u8>)

Source from the content-addressed store, hash-verified

168 }
169
170 pub fn insert_upgrader_backup_snapshot(&mut self, snapshot_id: Vec<u8>) {
171 self.upgrader_backup_snapshots.insert_snapshot(snapshot_id);
172 }
173
174 pub fn set_change_canister_request(&mut self, request: UUID) {
175 self.change_canister_request = Some(request);

Callers 1

upgrade_upgraderMethod · 0.80

Calls 1

insert_snapshotMethod · 0.80

Tested by

no test coverage detected