MCPcopy 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
58ErrCode convResult(WasmEdge_Result Res) {
59 return static_cast<ErrCode::Value>(WasmEdge_ResultGetCode(Res));
60}
61
62std::pair<ValVariant, ValType> convToVal(const WasmEdge_Value &CVal) {
63 std::array<uint8_t, 8> R;

Callers 4

compileMethod · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85

Calls 1

WasmEdge_ResultGetCodeFunction · 0.85

Tested by 4

compileMethod · 0.68
TEST_PFunction · 0.68
TEST_PFunction · 0.68
TEST_PFunction · 0.68