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

Method iter

clock-bound/src/daemon/clock_sync_algorithm/ff/event_buffer/local.rs:85–87  ·  view source on GitHub ↗

Returns an iterator of events from oldest to newest

(&self)

Source from the content-addressed store, hash-verified

83
84 /// Returns an iterator of events from oldest to newest
85 pub fn iter(&self) -> impl DoubleEndedIterator<Item = &T> {
86 self.inner.iter()
87 }
88
89 /// Returns true if empty
90 pub fn is_empty(&self) -> bool {

Callers 4

calculate_thetaMethod · 0.45
calculate_thetaMethod · 0.45
buffer_capacityFunction · 0.45

Calls

no outgoing calls

Tested by 2

buffer_capacityFunction · 0.36