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

Method getTypeIndex

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

Source from the content-addressed store, hash-verified

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;
172 std::copy_n(Inner.Raw, 8, R.begin());

Callers 1

formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected