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

Method components

include/plugin/plugin.h:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 return ModuleRegistry;
199 }
200 Span<const PluginComponent> components() const noexcept {
201 assuming(Desc);
202 return ComponentRegistry;
203 }
204
205 WASMEDGE_EXPORT const PluginModule *
206 findModule(std::string_view Name) const noexcept;

Callers 1

unsafeLoadPlugInHostsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected