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

Method uncompressed_size

nodedb-codec/src/zstd_codec.rs:230–232  ·  view source on GitHub ↗
(data: &[u8])

Source from the content-addressed store, hash-verified

228 }
229
230 pub fn uncompressed_size(data: &[u8]) -> Result<usize, CodecError> {
231 uncompressed_size(data)
232 }
233}
234
235#[cfg(test)]

Callers

nothing calls this directly

Calls 1

uncompressed_sizeFunction · 0.85

Tested by

no test coverage detected