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

Method set_stable_memory_version

core/station/impl/src/models/system.rs:109–111  ·  view source on GitHub ↗
(&mut self, version: u32)

Source from the content-addressed store, hash-verified

107 }
108
109 pub fn set_stable_memory_version(&mut self, version: u32) {
110 self.stable_memory_version = Some(version);
111 }
112
113 pub fn get_cycle_obtain_strategy(&self) -> &CycleObtainStrategy {
114 &self.cycle_obtain_strategy

Callers 2

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected