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

Method clock_disruption_support_enabled

clock-bound/src/shm.rs:109–114  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

107 }
108
109 pub fn clock_disruption_support_enabled(&self) -> bool {
110 match self {
111 ClockErrorBound::V2(ceb) => ceb.clock_disruption_support_enabled,
112 ClockErrorBound::V3(ceb) => ceb.clock_disruption_support_enabled,
113 }
114 }
115}
116
117impl ClockBoundSnapshot for ClockErrorBound {

Callers 12

new_with_pathsMethod · 0.80
nowMethod · 0.80
constructMethod · 0.80
write_shm0Method · 0.80
write_shm1Method · 0.80
test_write_shmFunction · 0.80
handle_disruptionFunction · 0.80

Calls

no outgoing calls

Tested by 6

test_write_shmFunction · 0.64
handle_disruptionFunction · 0.64