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

Method isExternRefType

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

Source from the content-addressed store, hash-verified

217 }
218
219 bool isExternRefType() const noexcept {
220 return (Inner.Data.HTCode == TypeCode::ExternRef) ||
221 (Inner.Data.HTCode == TypeCode::NullExternRef) ||
222 Inner.Data.Externalize;
223 }
224
225 bool isNullableRefType() const noexcept {
226 return (Inner.Data.Code == TypeCode::RefNull);

Callers 4

ToolOnModuleFunction · 0.80
runRefConvOpMethod · 0.80
compareMethod · 0.80

Calls

no outgoing calls

Tested by 1

compareMethod · 0.64