Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_walk
Function · 0.45
new
Method · 0.45
process_elab_stack
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected