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

Method isTupleTy

include/ast/component/type.h:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 return std::holds_alternative<ListTy>(Type);
291 }
292 bool isTupleTy() const noexcept {
293 return std::holds_alternative<TupleTy>(Type);
294 }
295 bool isFlagsTy() const noexcept {
296 return std::holds_alternative<FlagsTy>(Type);
297 }

Callers 2

validateMethod · 0.80
containsBorrowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected