MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / invalid_data

Method invalid_data

src/lib/decode/decode.cpp:121–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119Exception::invalid_elem::invalid_elem(size_t location) :
120 Decode("invalid element", location) {}
121Exception::invalid_data::invalid_data(size_t location) :
122 Decode("invalid data", location) {}
123Exception::count_mismatch::count_mismatch(size_t location) :
124 Decode("vector length mismatch explicit defined size", location) {}
125Exception::invalid_instruction::invalid_instruction(size_t location) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected