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

Method unexpected_eof

pulley/src/decode.rs:162–166  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

160 type Error = DecodingError;
161
162 fn unexpected_eof(&self) -> Self::Error {
163 DecodingError::UnexpectedEof {
164 position: self.position,
165 }
166 }
167
168 fn invalid_opcode(&self, code: u8) -> Self::Error {
169 DecodingError::InvalidOpcode {

Callers 1

readMethod · 0.80

Calls 1

unreachable_uncheckedFunction · 0.85

Tested by

no test coverage detected