(id: string)
| 470 | } |
| 471 | |
| 472 | async getPluginInfo(id: string): Promise<PluginInfo> { |
| 473 | this.ensureOpen(); |
| 474 | return this.rpc.getPluginInfo(id); |
| 475 | } |
| 476 | |
| 477 | async activateSkill(name: string, args?: string | undefined): Promise<void> { |
| 478 | this.ensureOpen(); |
no test coverage detected