Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
516
bool BinaryReaderIR::OnError(const Error& error) {
517
errors_->push_back(error);
518
return true;
519
}
520
521
Result BinaryReaderIR::OnTypeCount(Index count) {
522
WABT_TRY
Callers
1
PrintError
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected