Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ pos
Method
pos
crates/stdlib/src/mmap.rs:881–883 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
879
880
#[inline]
881
fn pos(&self) -> usize {
882
self.pos.load()
883
}
884
885
#[inline]
886
fn advance_pos(&self, step: usize) {
Callers
9
advance_pos
Method · 0.45
get_find_range
Method · 0.45
read
Method · 0.45
read_byte
Method · 0.45
readline
Method · 0.45
seek
Method · 0.45
tell
Method · 0.45
write
Method · 0.45
write_byte
Method · 0.45
Calls
1
load
Method · 0.45
Tested by
no test coverage detected