Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ position
Method
position
cranelift/codegen/src/cursor.rs:647–649 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
645
646
impl<
'f> Cursor for FuncCursor<'
f> {
647
fn position(&self) -> CursorPosition {
648
self.pos
649
}
650
651
fn set_position(&mut self, pos: CursorPosition) {
652
self.pos = pos
Callers
15
run
Method · 0.45
remove_block_predecessor
Method · 0.45
function_address
Method · 0.45
validate_block
Method · 0.45
group_by_mut
Function · 0.45
make_macro_template
Method · 0.45
do_inlining
Function · 0.45
parse_enum_value
Function · 0.45
current_block
Method · 0.45
current_inst
Method · 0.45
next_inst_position
Method · 0.45
prev_inst_position
Method · 0.45
Calls
no outgoing calls
Tested by
1
run
Method · 0.36