Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ is_full
Method
is_full
nodedb/src/engine/timeseries/o3_buffer.rs:113–115 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
111
}
112
113
pub fn is_full(&self) -> bool {
114
self.rows.len() >= self.max_rows
115
}
116
117
/// Number of distinct target partitions in the buffer.
118
pub fn target_partition_count(&self) -> usize {
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected