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

Method finish

nodedb-codec/src/double_delta.rs:309–311  ·  view source on GitHub ↗

Finish encoding and return compressed bytes.

(self)

Source from the content-addressed store, hash-verified

307
308 /// Finish encoding and return compressed bytes.
309 pub fn finish(self) -> Vec<u8> {
310 encode(&self.values)
311 }
312}
313
314impl Default for DoubleDeltaEncoder {

Callers 1

Calls 1

encodeFunction · 0.70

Tested by 1