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

Method invalid_reg

pulley/src/decode.rs:182–187  ·  view source on GitHub ↗
(&self, reg: u8)

Source from the content-addressed store, hash-verified

180 }
181
182 fn invalid_reg(&self, reg: u8) -> Self::Error {
183 DecodingError::InvalidReg {
184 position: self.position,
185 reg,
186 }
187 }
188}
189
190/// An unsafe bytecode stream.

Callers 2

writable_invalid_gprMethod · 0.80
decodeMethod · 0.80

Calls 1

unreachable_uncheckedFunction · 0.85

Tested by

no test coverage detected