Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wabt
/ OnConvert
Method
OnConvert
src/type-checker.cc:768–770 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
766
}
767
768
Result TypeChecker::OnConvert(Opcode opcode) {
769
return CheckOpcode1(opcode);
770
}
771
772
Result TypeChecker::OnDelegate(Index depth) {
773
Result result = Result::Ok;
Callers
2
OnConvertExpr
Method · 0.45
OnConvertExpr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected