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

Function WasmEdge_LimitGetMin

lib/api/wasmedge.cpp:1330–1336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328}
1329
1330WASMEDGE_CAPI_EXPORT uint64_t
1331WasmEdge_LimitGetMin(const WasmEdge_LimitContext *Cxt) noexcept {
1332 if (Cxt) {
1333 return fromLimitCxt(Cxt)->getMin();
1334 }
1335 return 0;
1336}
1337
1338WASMEDGE_CAPI_EXPORT uint64_t
1339WasmEdge_LimitGetMax(const WasmEdge_LimitContext *Cxt) noexcept {

Callers

nothing calls this directly

Calls 1

getMinMethod · 0.80

Tested by

no test coverage detected