| 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; |
no outgoing calls
no test coverage detected