MCPcopy 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

insertMethod · 0.45
is_fullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected