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

Method isEnumTy

include/ast/component/type.h:298–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296 return std::holds_alternative<FlagsTy>(Type);
297 }
298 bool isEnumTy() const noexcept {
299 return std::holds_alternative<EnumTy>(Type);
300 }
301 bool isOptionTy() const noexcept {
302 return std::holds_alternative<OptionTy>(Type);
303 }

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected