Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ convResult
Function
convResult
test/api/helper.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
ErrCode convResult(WasmEdge_Result Res) {
59
return static_cast<ErrCode::Value>(WasmEdge_ResultGetCode(Res));
60
}
61
62
std::pair<ValVariant, ValType> convToVal(const WasmEdge_Value &CVal) {
63
std::array<uint8_t, 8> R;
Callers
4
compile
Method · 0.85
TEST_P
Function · 0.85
TEST_P
Function · 0.85
TEST_P
Function · 0.85
Calls
1
WasmEdge_ResultGetCode
Function · 0.85
Tested by
4
compile
Method · 0.68
TEST_P
Function · 0.68
TEST_P
Function · 0.68
TEST_P
Function · 0.68