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

Method disruption_marker

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

Source from the content-addressed store, hash-verified

100 }
101
102 pub fn disruption_marker(&self) -> u64 {
103 match self {
104 ClockErrorBound::V2(ceb) => ceb.disruption_marker,
105 ClockErrorBound::V3(ceb) => ceb.disruption_marker,
106 }
107 }
108
109 pub fn clock_disruption_support_enabled(&self) -> bool {
110 match self {

Callers 9

constructMethod · 0.45
write_shm0Method · 0.45
write_shm1Method · 0.45
test_write_shmFunction · 0.45
handle_disruptionFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_write_shmFunction · 0.36
handle_disruptionFunction · 0.36