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

Method decode_all

nodedb-codec/src/delta.rs:213–215  ·  view source on GitHub ↗
(data: &[u8])

Source from the content-addressed store, hash-verified

211 }
212
213 pub fn decode_all(data: &[u8]) -> Result<Vec<i64>, CodecError> {
214 decode(data)
215 }
216
217 pub fn next_value(&mut self) -> Option<i64> {
218 if self.pos < self.values.len() {

Callers

nothing calls this directly

Calls 1

decodeFunction · 0.70

Tested by

no test coverage detected