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

Method finish

nodedb-codec/src/delta.rs:190–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

188 }
189
190 pub fn finish(self) -> Vec<u8> {
191 encode(&self.values)
192 }
193}
194
195impl Default for DeltaEncoder {

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected