Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ total_in
Method
total_in
crates/stdlib/src/bz2.rs:37–39 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
35
type Error = bzip2::Error;
36
37
fn total_in(&self) -> u64 {
38
self.total_in()
39
}
40
fn decompress_vec(
41
&mut self,
42
input: &[u8],
Callers
2
_decompress_chunks
Function · 0.45
compress
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected