MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / removePlugin

Method removePlugin

packages/agent-core/src/rpc/core-impl.ts:870–874  ·  view source on GitHub ↗
({ id }: RemovePluginPayload)

Source from the content-addressed store, hash-verified

868 }
869
870 async removePlugin({ id }: RemovePluginPayload): Promise<void> {
871 await this.pluginsReady;
872 this.assertPluginsLoaded();
873 await this.plugins.remove(id);
874 }
875
876 async reloadPlugins(_: EmptyPayload): Promise<ReloadPluginsResult> {
877 try {

Callers 2

runtime.test.tsFile · 0.45

Calls 2

assertPluginsLoadedMethod · 0.95
removeMethod · 0.65

Tested by

no test coverage detected