Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ srcloc
Method
srcloc
cranelift/codegen/src/cursor.rs:655–657 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
653
}
654
655
fn srcloc(&self) -> ir::SourceLoc {
656
self.srcloc
657
}
658
659
fn set_srcloc(&mut self, srcloc: ir::SourceLoc) {
660
self.func.params.ensure_base_srcloc(srcloc);
Callers
1
use_srcloc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected