Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
///
Callers
2
compress_chunks_parallel_with_stats
Function · 0.80
test_compress_reduces_size_for_repetitive_data
Function · 0.80
Calls
1
len
Method · 0.45
Tested by
1
test_compress_reduces_size_for_repetitive_data
Function · 0.64