Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __len__
Method
__len__
crates/stdlib/src/mmap.rs:876–878 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
874
}
875
876
fn __len__(&self) -> usize {
877
self.size.load()
878
}
879
880
#[inline]
881
fn pos(&self) -> usize {
Callers
15
as_buffer
Method · 0.45
get_find_range
Method · 0.45
flush
Method · 0.45
madvise
Method · 0.45
move_
Method · 0.45
read
Method · 0.45
read_byte
Method · 0.45
readline
Method · 0.45
seek
Method · 0.45
size
Method · 0.45
write
Method · 0.45
write_byte
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected