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

Function WasmEdge_ModuleInstanceListFunctionLength

lib/api/wasmedge.cpp:2531–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2529}
2530
2531WASMEDGE_CAPI_EXPORT uint32_t WasmEdge_ModuleInstanceListFunctionLength(
2532 const WasmEdge_ModuleInstanceContext *Cxt) noexcept {
2533 if (Cxt) {
2534 return fromModCxt(Cxt)->getFuncExportNum();
2535 }
2536 return 0;
2537}
2538
2539WASMEDGE_CAPI_EXPORT extern uint32_t
2540WasmEdge_ModuleInstanceListFunction(const WasmEdge_ModuleInstanceContext *Cxt,

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

getFuncExportNumMethod · 0.80

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68