MCPcopy Create free account
hub / github.com/WebAssembly/wabt / OnError

Method OnError

src/binary-reader-ir.cc:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516bool BinaryReaderIR::OnError(const Error& error) {
517 errors_->push_back(error);
518 return true;
519}
520
521Result BinaryReaderIR::OnTypeCount(Index count) {
522 WABT_TRY

Callers 1

PrintErrorMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected