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

Function WasmEdge_StoreListModuleLength

lib/api/wasmedge.cpp:2247–2253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2245}
2246
2247WASMEDGE_CAPI_EXPORT uint32_t
2248WasmEdge_StoreListModuleLength(const WasmEdge_StoreContext *Cxt) noexcept {
2249 if (Cxt) {
2250 return fromStoreCxt(Cxt)->getModuleListSize();
2251 }
2252 return 0;
2253}
2254
2255WASMEDGE_CAPI_EXPORT uint32_t
2256WasmEdge_StoreListModule(const WasmEdge_StoreContext *Cxt,

Callers 1

TESTFunction · 0.85

Calls 1

getModuleListSizeMethod · 0.80

Tested by 1

TESTFunction · 0.68