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

Method is_empty

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

Source from the content-addressed store, hash-verified

235 }
236
237 pub fn is_empty(&self) -> bool {
238 self.buf.is_empty()
239 }
240
241 pub fn finish(self) -> Vec<u8> {
242 encode_with_block_size(&self.buf, self.block_size)

Callers 15

encodeFunction · 0.45
alp_encodabilityFunction · 0.45
from_i64Method · 0.45
from_f64Method · 0.45
encodeFunction · 0.45
encode_with_block_sizeFunction · 0.45
encodeFunction · 0.45
encodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected