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

Method error

cranelift/reader/src/parser.rs:683–689  ·  view source on GitHub ↗
(&self, message: &str)

Source from the content-addressed store, hash-verified

681 }
682
683 fn error(&self, message: &str) -> ParseError {
684 ParseError {
685 location: self.loc,
686 message: message.to_string(),
687 is_warning: false,
688 }
689 }
690
691 // Match and consume an Imm64 immediate.
692 fn match_imm64(&mut self, err_msg: &str) -> ParseResult<Imm64> {

Callers 15

match_imm64Method · 0.45
match_uimm128Method · 0.45
match_uimm64Method · 0.45
match_uimm32Method · 0.45
match_uimm8Method · 0.45
optional_offset32Method · 0.45
optional_offset_imm64Method · 0.45
match_ieee16Method · 0.45
match_ieee32Method · 0.45
match_ieee64Method · 0.45
match_ieee128Method · 0.45

Calls 1

to_stringMethod · 0.45

Tested by

no test coverage detected