MCPcopy
hub / github.com/ZToolsCenter/ZTools / getRunningPlugins

Method getRunningPlugins

src/main/api/renderer/plugins.ts:558–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

556
557 // 获取运行中的插件
558 public getRunningPlugins(): string[] {
559 if (this.pluginManager) {
560 return this.pluginManager.getRunningPlugins()
561 }
562 return []
563 }
564
565 // 终止插件
566 public killPlugin(pluginPath: string): { success: boolean; error?: string } {

Callers 2

initMethod · 0.95
setupIPCMethod · 0.95

Calls 1

getRunningPluginsMethod · 0.65

Tested by

no test coverage detected