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

Function WasmEdge_LimitHasMax

lib/api/wasmedge.cpp:1346–1352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1344}
1345
1346WASMEDGE_CAPI_EXPORT bool
1347WasmEdge_LimitHasMax(const WasmEdge_LimitContext *Cxt) noexcept {
1348 if (Cxt) {
1349 return fromLimitCxt(Cxt)->hasMax();
1350 }
1351 return false;
1352}
1353
1354WASMEDGE_CAPI_EXPORT bool
1355WasmEdge_LimitIsShared(const WasmEdge_LimitContext *Cxt) noexcept {

Callers

nothing calls this directly

Calls 1

hasMaxMethod · 0.80

Tested by

no test coverage detected