Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ bits
Method
bits
cranelift/codegen/src/ir/sourceloc.rs:33–35 ·
view source on GitHub ↗
Read the bits of this source location.
(self)
Source
from the content-addressed store, hash-verified
31
32
/// Read the bits of this source location.
33
pub fn bits(self) -> u32 {
34
self.0
35
}
36
}
37
38
impl Default for SourceLoc {
Callers
2
from_base_offset
Method · 0.45
expand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected