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

Method isVariantTy

include/ast/component/type.h:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 return std::holds_alternative<RecordTy>(Type);
285 }
286 bool isVariantTy() const noexcept {
287 return std::holds_alternative<VariantTy>(Type);
288 }
289 bool isListTy() const noexcept {
290 return std::holds_alternative<ListTy>(Type);
291 }

Callers 2

validateMethod · 0.80
containsBorrowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected