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

Method getHeapTypeCode

include/common/types.h:168–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167 TypeCode getCode() const noexcept { return Inner.Data.Code; }
168 TypeCode getHeapTypeCode() const noexcept { return Inner.Data.HTCode; }
169 uint32_t getTypeIndex() const noexcept { return Inner.Data.Idx; }
170 const std::array<uint8_t, 8> getRawData() const noexcept {
171 std::array<uint8_t, 8> R;

Callers 10

compileMethod · 0.80
validateMethod · 0.80
checkInstrMethod · 0.80
validateMethod · 0.80
toBottomTypeMethod · 0.80
serializeHeapTypeMethod · 0.80
compareMethod · 0.80
matchTypeMethod · 0.80
isRecTypeEqualMethod · 0.80
formatMethod · 0.80

Calls

no outgoing calls

Tested by 1

compareMethod · 0.64