MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / len

Method len

nodedb-query/src/msgpack_scan/sidecar.rs:315–317  ·  view source on GitHub ↗

Number of indexed fields.

(&self)

Source from the content-addressed store, hash-verified

313
314 /// Number of indexed fields.
315 pub fn len(&self) -> usize {
316 self.entries.len()
317 }
318
319 /// Whether the index is empty.
320 pub fn is_empty(&self) -> bool {

Callers 6

has_sidecarFunction · 0.45
sidecar_msgpack_lenFunction · 0.45
read_entry_countFunction · 0.45
build_sidecarFunction · 0.45
getMethod · 0.45
msgpack_lenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected