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

Method setRefType

include/ast/type.h:725–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723 /// Getter for reference type.
724 const ValType &getRefType() const noexcept { return Type; }
725 void setRefType(const ValType &RType) noexcept {
726 assuming(RType.isRefType());
727 Type = RType;
728 }
729
730 /// Getter for limit.
731 const Limit &getLimit() const noexcept { return Lim; }

Callers 5

loadTypeMethod · 0.45
loadSegmentMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

isRefTypeMethod · 0.80

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36