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

Method getModuleList

include/runtime/storemgr.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 /// Get list of registered modules.
47 template <typename CallbackT> auto getModuleList(CallbackT &&CallBack) const {
48 std::shared_lock Lock(Mutex);
49 return std::forward<CallbackT>(CallBack)(NamedMod);
50 }
51
52 /// Find module by name.
53 const Instance::ModuleInstance *findModule(std::string_view Name) const {

Callers 2

WasmEdge_StoreListModuleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected