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

Method modules

include/plugin/plugin.h:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 Span<const PluginModule> modules() const noexcept {
197 assuming(Desc);
198 return ModuleRegistry;
199 }
200 Span<const PluginComponent> components() const noexcept {
201 assuming(Desc);
202 return ComponentRegistry;

Callers 3

unsafeLoadPlugInHostsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected