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

Method data

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

Source from the content-addressed store, hash-verified

23
24impl DecompressArgs {
25 pub fn data(&self) -> crate::common::borrow::BorrowedValue<'_, [u8]> {
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 }

Callers 5

decompressMethod · 0.45
decompressMethod · 0.45
decompressMethod · 0.45
repr_strMethod · 0.45
name_to_pyFunction · 0.45

Calls 1

borrow_bufMethod · 0.45

Tested by

no test coverage detected