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

Method len

nodedb-codec/src/lz4.rs:233–235  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

231 }
232
233 pub fn len(&self) -> usize {
234 self.buf.len()
235 }
236
237 pub fn is_empty(&self) -> bool {
238 self.buf.is_empty()

Callers 15

encode_snapshot_chunkFunction · 0.45
decode_snapshot_chunkFunction · 0.45
cluster_sizeMethod · 0.45
encodeFunction · 0.45
decodeFunction · 0.45
alp_encodabilityFunction · 0.45
find_best_paramsFunction · 0.45
typical_cpu_metricsFunction · 0.45
from_i64Method · 0.45

Calls

no outgoing calls