Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ len
Method
len
crates/stdlib/src/compression.rs:95–97 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
93
}
94
}
95
pub const fn len(&self) -> usize {
96
self.data1.len() + self.data2.len()
97
}
98
pub const fn is_empty(&self) -> bool {
99
self.data1.is_empty()
100
}
Callers
15
basic
Function · 0.45
count
Method · 0.45
get
Method · 0.45
set
Method · 0.45
_match
Function · 0.45
remaining_codes
Method · 0.45
charset
Function · 0.45
pystr_from_raw_cstr
Function · 0.45
check_locale_name
Function · 0.45
pack_into
Function · 0.45
unpack_from
Function · 0.45
with_buffer
Method · 0.45
Calls
no outgoing calls
Tested by
1
write_input
Function · 0.36