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

Method isTable

include/ast/component/descriptor.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 return std::holds_alternative<uint32_t>(Type);
68 }
69 bool isTable() const noexcept {
70 return std::holds_alternative<TableType>(Type);
71 }
72 bool isMemory() const noexcept {
73 return std::holds_alternative<MemoryType>(Type);
74 }

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected