MCPcopy 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_posMethod · 0.45
get_find_rangeMethod · 0.45
readMethod · 0.45
read_byteMethod · 0.45
readlineMethod · 0.45
seekMethod · 0.45
tellMethod · 0.45
writeMethod · 0.45
write_byteMethod · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected