MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / is_default

Method is_default

cranelift/codegen/src/ir/sourceloc.rs:28–30  ·  view source on GitHub ↗

Is this the default source location?

(self)

Source from the content-addressed store, hash-verified

26
27 /// Is this the default source location?
28 pub fn is_default(self) -> bool {
29 self == Default::default()
30 }
31
32 /// Read the bits of this source location.
33 pub fn bits(self) -> u32 {

Callers 8

buildMethod · 0.45
parse_instructionMethod · 0.45
write_instructionFunction · 0.45
insert_built_instMethod · 0.45
insert_aux_instMethod · 0.45
fmtMethod · 0.45
from_base_offsetMethod · 0.45
expandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected