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

Method getCategory

include/common/enum_errcode.hpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 };
76
77 constexpr ErrCategory getCategory() const noexcept {
78 return static_cast<ErrCategory>(static_cast<uint8_t>(Inner.Num >> 24));
79 }
80 constexpr uint32_t getCode() const noexcept {
81 return Inner.Num & 0x00FFFFFFU;
82 }

Callers 1

enterFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected