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

Method isFlagsTy

include/ast/component/type.h:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 return std::holds_alternative<TupleTy>(Type);
294 }
295 bool isFlagsTy() const noexcept {
296 return std::holds_alternative<FlagsTy>(Type);
297 }
298 bool isEnumTy() const noexcept {
299 return std::holds_alternative<EnumTy>(Type);
300 }

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected