Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ get_stable_memory_version
Method
get_stable_memory_version
core/station/impl/src/models/system.rs:105–107 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
103
}
104
105
pub fn get_stable_memory_version(&self) -> u32 {
106
self.stable_memory_version.unwrap_or(0)
107
}
108
109
pub fn set_stable_memory_version(&mut self, version: u32) {
110
self.stable_memory_version = Some(version);
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected