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

Class SystemUpgrade

core/station/api/src/system.rs:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214#[derive(CandidType, serde::Serialize, Deserialize, Clone, Debug)]
215pub struct SystemUpgrade {
216 pub name: Option<String>,
217}
218
219#[derive(CandidType, serde::Serialize, Deserialize, Clone, Debug)]
220pub enum SystemInstall {

Callers 14

createMethod · 0.50
fromMethod · 0.50
upgrade_stationFunction · 0.50
failed_station_upgradeFunction · 0.50
too_many_chunksFunction · 0.50
too_large_wasmFunction · 0.50
delayed_system_upgradeFunction · 0.50
backup_snapshotFunction · 0.50
set_max_backup_snapshotsFunction · 0.50
cancel_pending_requestsFunction · 0.50

Calls

no outgoing calls

Tested by 9

failed_station_upgradeFunction · 0.40
too_many_chunksFunction · 0.40
too_large_wasmFunction · 0.40
delayed_system_upgradeFunction · 0.40
backup_snapshotFunction · 0.40
set_max_backup_snapshotsFunction · 0.40
cancel_pending_requestsFunction · 0.40