MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / position

Method position

cranelift/codegen/src/ir/layout.rs:791–793  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

789
790 impl<'f> Cursor for LayoutCursor<'f> {
791 fn position(&self) -> CursorPosition {
792 self.pos
793 }
794
795 fn set_position(&mut self, pos: CursorPosition) {
796 self.pos = pos;

Callers 3

backward_walkFunction · 0.45
newMethod · 0.45
process_elab_stackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected