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

Function WasmEdge_LimitIsShared

lib/api/wasmedge.cpp:1354–1360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354WASMEDGE_CAPI_EXPORT bool
1355WasmEdge_LimitIsShared(const WasmEdge_LimitContext *Cxt) noexcept {
1356 if (Cxt) {
1357 return fromLimitCxt(Cxt)->isShared();
1358 }
1359 return false;
1360}
1361
1362WASMEDGE_CAPI_EXPORT bool
1363WasmEdge_LimitIs64Bit(const WasmEdge_LimitContext *Cxt) noexcept {

Callers

nothing calls this directly

Calls 1

isSharedMethod · 0.45

Tested by

no test coverage detected