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

Method TableInstance

include/runtime/instance/table.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class TableInstance {
31public:
32 TableInstance() = delete;
33 TableInstance(const AST::TableType &TType) noexcept
34 : TabType(TType),
35 Refs(TType.getLimit().getMin(), RefVariant(TType.getRefType())),

Callers

nothing calls this directly

Calls 5

RefVariantClass · 0.85
getMinMethod · 0.80
isNullableRefTypeMethod · 0.80
isAbsHeapTypeMethod · 0.80
isNullMethod · 0.80

Tested by

no test coverage detected