MCPcopy 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
38impl Default for SourceLoc {

Callers 2

from_base_offsetMethod · 0.45
expandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected