| 417 | } |
| 418 | |
| 419 | bool WasmBase::configure(ContextBase *root_context, std::shared_ptr<PluginBase> plugin) { |
| 420 | return root_context->onConfigure(std::move(plugin)); |
| 421 | } |
| 422 | |
| 423 | ContextBase *WasmBase::start(const std::shared_ptr<PluginBase> &plugin) { |
| 424 | auto it = root_contexts_.find(plugin->key()); |
no test coverage detected