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

Method isFuncRefType

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

Source from the content-addressed store, hash-verified

211 }
212
213 bool isFuncRefType() const noexcept {
214 return (Inner.Data.HTCode == TypeCode::FuncRef) ||
215 (Inner.Data.HTCode == TypeCode::NullFuncRef) ||
216 (Inner.Data.HTCode == TypeCode::TypeIndex);
217 }
218
219 bool isExternRefType() const noexcept {
220 return (Inner.Data.HTCode == TypeCode::ExternRef) ||

Calls

no outgoing calls

Tested by 1

compareMethod · 0.64