MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / min

Method min

crates/c-api/include/wasmtime/types/table.hh:40–40  ·  view source on GitHub ↗

Returns the minimum size of this table type, in elements.

Source from the content-addressed store, hash-verified

38
39 /// Returns the minimum size of this table type, in elements.
40 uint32_t min() const { return wasm_tabletype_limits(ptr)->min; }
41
42 /// Returns the maximum size of this table type, in elements, if present.
43 std::optional<uint32_t> max() const {

Callers 6

wasmtime_memorytype_newFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

wasm_tabletype_limitsFunction · 0.85

Tested by 5

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36