Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ compression_level
Method
compression_level
atomic-core/src/change/format_v3/writer/options.rs:88–90 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
86
/// Returns the configured compression level.
87
#[inline]
88
pub fn compression_level(&self) -> i32 {
89
self.compression_level
90
}
91
}
92
93
impl Default for WriterOptions {
Callers
4
write_content_chunk
Method · 0.45
write_unhashed
Method · 0.45
write_postcard_section
Method · 0.45
write_raw_section
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected