MCPcopy 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
93impl Default for WriterOptions {

Callers 4

write_content_chunkMethod · 0.45
write_unhashedMethod · 0.45
write_raw_sectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected