Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/clock-bound
/ is_empty
Method
is_empty
clock-bound/src/daemon/clock_sync_algorithm/ring_buffer.rs:67–69 ·
view source on GitHub ↗
Returns `true` if the buffer is empty
(&self)
Source
from the content-addressed store, hash-verified
65
66
/// Returns `true` if the buffer is empty
67
pub fn is_empty(&self) -> bool {
68
self.buffer.is_empty()
69
}
70
71
/// Returns `true` if the buffer is full
72
pub fn is_full(&self) -> bool {
Callers
1
min_rtt_in_quarter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected