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

Method tail

clock-bound/src/daemon/clock_sync_algorithm/ring_buffer.rs:87–89  ·  view source on GitHub ↗

Get the oldest value in the ring buffer

(&self)

Source from the content-addressed store, hash-verified

85
86 /// Get the oldest value in the ring buffer
87 pub fn tail(&self) -> Option<&T> {
88 self.buffer.front()
89 }
90
91 /// iterate from the tail to the head (oldest to newest)
92 ///

Callers 4

min_rtt_in_quarterMethod · 0.80
feedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected