MCPcopy Index your code
hub / github.com/RustPython/RustPython / raw_max_length

Method raw_max_length

crates/stdlib/src/compression.rs:28–30  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

26 self.data.borrow_buf()
27 }
28 pub fn raw_max_length(&self) -> Option<isize> {
29 self.max_length.into_option().map(|ArgSize { value }| value)
30 }
31
32 // negative is None
33 pub fn max_length(&self) -> Option<usize> {

Callers 1

decompressMethod · 0.80

Calls 2

into_optionMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected