MCPcopy Create free account
hub / github.com/cosdata/cosdata / is_empty

Method is_empty

src/models/versioned_vec.rs:202–204  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

200
201 #[allow(unused)]
202 pub fn is_empty(&self) -> bool {
203 self.len() == 0
204 }
205}
206
207impl VersionedVec<(u32, f32)> {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected