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

Function WasmEdge_TableTypeGetLimit

lib/api/wasmedge.cpp:1498–1504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496}
1497
1498WASMEDGE_CAPI_EXPORT const WasmEdge_LimitContext *
1499WasmEdge_TableTypeGetLimit(const WasmEdge_TableTypeContext *Cxt) noexcept {
1500 if (Cxt) {
1501 return toLimitCxt(&fromTabTypeCxt(Cxt)->getLimit());
1502 }
1503 return nullptr;
1504}
1505
1506WASMEDGE_CAPI_EXPORT void
1507WasmEdge_TableTypeDelete(WasmEdge_TableTypeContext *Cxt) noexcept {

Callers 1

TESTFunction · 0.85

Calls 1

fromTabTypeCxtFunction · 0.85

Tested by 1

TESTFunction · 0.68