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

Method void_after

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

Source from the content-addressed store, hash-verified

72 }
73
74 pub fn void_after(&self) -> TimeSpec {
75 match self {
76 ClockErrorBound::V2(ceb) => ceb.void_after,
77 ClockErrorBound::V3(ceb) => ceb.void_after,
78 }
79 }
80
81 pub fn bound_nsec(&self) -> i64 {
82 match self {

Callers 8

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