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

Method total_in

crates/stdlib/src/zlib.rs:459–461  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

457 }
458
459 fn total_in(&mut self) -> usize {
460 self.compress.total_in() as usize
461 }
462
463 fn new_error(message: impl Into<String>, vm: &VirtualMachine) -> PyBaseExceptionRef {
464 new_zlib_error(message, vm)

Callers 1

decompress_innerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected