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

Method isRefType

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

Source from the content-addressed store, hash-verified

191 }
192
193 bool isRefType() const noexcept {
194 switch (Inner.Data.Code) {
195 case TypeCode::Ref:
196 case TypeCode::RefNull:
197 return true;
198 default:
199 return false;
200 }
201 }
202
203 bool isPackType() const noexcept {
204 switch (Inner.Data.Code) {

Callers 15

validateMethod · 0.80
checkInstrMethod · 0.80
invokeMethod · 0.80
enterFunctionMethod · 0.80
toBottomTypeMethod · 0.80
structNewMethod · 0.80
arrayNewMethod · 0.80
runFunctionMethod · 0.80
WasmEdge_ValTypeIsRefFunction · 0.80
WasmEdge_TableTypeCreateFunction · 0.80

Calls

no outgoing calls

Tested by 1

compareMethod · 0.64