MCPcopy 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

readMethod · 0.80
read_byteMethod · 0.80
readlineMethod · 0.80
writeMethod · 0.80
write_byteMethod · 0.80

Calls 2

storeMethod · 0.45
posMethod · 0.45

Tested by

no test coverage detected