MCPcopy Create free account
hub / github.com/aws/clock-bound / write_vmclock_content

Function write_vmclock_content

clock-bound/src/daemon/io/vmclock.rs:246–258  ·  view source on GitHub ↗
(file: &mut File, vmclock_content: &VMClockContent)

Source from the content-addressed store, hash-verified

244 }
245
246 fn snapshot(&mut self) -> Result<&VMClockShmBody, ShmError> {
247 self.0.snapshot()
248 }
249}
250
251unsafe impl Send for Reader {}
252
253/// Indicates the current status of the VMClock.
254#[derive(Debug, PartialEq)]
255pub enum ClockDisruptionStatus {
256 Normal,
257 Disrupted(u64),
258}
259
260/// Errors that can occur while initializing the VMClock.
261///

Calls

no outgoing calls

Tested by

no test coverage detected