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

Method finish

nodedb-codec/src/lz4.rs:241–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

239 }
240
241 pub fn finish(self) -> Vec<u8> {
242 encode_with_block_size(&self.buf, self.block_size)
243 }
244}
245
246impl Default for Lz4Encoder {

Callers 15

fmtMethod · 0.45
fmtMethod · 0.45
streaming_encoderFunction · 0.45
fmtMethod · 0.45
compute_schema_hashFunction · 0.45
to_series_idMethod · 0.45
push_restoreFunction · 0.45
hash_field_bytesFunction · 0.45
hash_field_bytes_withFunction · 0.45
handle_streamFunction · 0.45

Calls 1

encode_with_block_sizeFunction · 0.85

Tested by 3

streaming_encoderFunction · 0.36
push_restoreFunction · 0.36