MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / compressed_len

Method compressed_len

atomic-core/src/change/format_v3/chunking.rs:312–314  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

310 /// Returns the compressed size in bytes.
311 #[inline]
312 pub fn compressed_len(&self) -> usize {
313 self.compressed_data.len()
314 }
315
316 /// Returns the compression ratio (compressed / uncompressed).
317 ///

Calls 1

lenMethod · 0.45