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

Method getSize

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

Get size of table.refs

Source from the content-addressed store, hash-verified

50
51 /// Get size of table.refs
52 uint64_t getSize() const noexcept {
53 // The table size is bound to the limit in the table type.
54 return TabType.getLimit().getMin();
55 }
56
57 /// Getter for table type.
58 const AST::TableType &getTableType() const noexcept { return TabType; }

Callers

nothing calls this directly

Calls 1

getMinMethod · 0.80

Tested by

no test coverage detected