MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_ResultGetCode

Function WasmEdge_ResultGetCode

lib/api/wasmedge.cpp:877–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877WASMEDGE_CAPI_EXPORT uint32_t
878WasmEdge_ResultGetCode(const WasmEdge_Result Res) noexcept {
879 return Res.Code & 0x00FFFFFFU;
880}
881
882WASMEDGE_CAPI_EXPORT WasmEdge_ErrCategory
883WasmEdge_ResultGetCategory(const WasmEdge_Result Res) noexcept {

Callers 8

wasmedge.cppFile · 0.85
WasmEdge_ResultOKFunction · 0.85
convResultFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
isErrMatchFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
isErrMatchFunction · 0.68
TESTFunction · 0.68