Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb/src/engine/timeseries/o3_buffer.rs:105–107 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
103
}
104
105
pub fn len(&self) -> usize {
106
self.rows.len()
107
}
108
109
pub fn is_empty(&self) -> bool {
110
self.rows.is_empty()
Callers
3
insert
Method · 0.45
is_full
Method · 0.45
target_partition_count
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected