Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ set_position
Method
set_position
cranelift/codegen/src/cursor.rs:651–653 ·
view source on GitHub ↗
(&mut self, pos: CursorPosition)
Source
from the content-addressed store, hash-verified
649
}
650
651
fn set_position(&mut self, pos: CursorPosition) {
652
self.pos = pos
653
}
654
655
fn srcloc(&self) -> ir::SourceLoc {
656
self.srcloc
Callers
12
do_inlining
Function · 0.45
basic
Function · 0.45
at_position
Method · 0.45
goto_after_inst
Method · 0.45
goto_inst
Method · 0.45
goto_top
Method · 0.45
goto_bottom
Method · 0.45
next_block
Method · 0.45
prev_block
Method · 0.45
next_inst
Method · 0.45
prev_inst
Method · 0.45
insert_block
Method · 0.45
Calls
no outgoing calls
Tested by
1
basic
Function · 0.36