Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ advance_pos
Method
advance_pos
crates/stdlib/src/mmap.rs:886–888 ·
view source on GitHub ↗
(&self, step: usize)
Source
from the content-addressed store, hash-verified
884
885
#[inline]
886
fn advance_pos(&self, step: usize) {
887
self.pos.store(self.pos() + step);
888
}
889
890
#[inline]
891
fn try_writable<R>(
Callers
5
read
Method · 0.80
read_byte
Method · 0.80
readline
Method · 0.80
write
Method · 0.80
write_byte
Method · 0.80
Calls
2
store
Method · 0.45
pos
Method · 0.45
Tested by
no test coverage detected