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

Method isDefaultable

include/common/types.h:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 bool isDefaultable() const noexcept {
177 return Inner.Data.Code != TypeCode::Ref;
178 }
179
180 bool isNumType() const noexcept {
181 switch (Inner.Data.Code) {

Callers 2

addLocalMethod · 0.80
checkInstrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected