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

Method getNonNullableRef

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

Source from the content-addressed store, hash-verified

279 return *this;
280 }
281 ValType getNonNullableRef() const noexcept {
282 assuming(isRefType());
283 return ValType(TypeCode::Ref, Inner.Data.HTCode, Inner.Data.Idx);
284 }
285 ValType &toNonNullableRef() noexcept {
286 assuming(isRefType());
287 Inner.Data.Code = TypeCode::Ref;

Callers 1

checkInstrMethod · 0.80

Calls 1

ValTypeClass · 0.85

Tested by

no test coverage detected