MCPcopy Create free account
hub / github.com/esengine/esengine / getAllPlugins

Method getAllPlugins

packages/core/src/Core/PluginManager.ts:172–174  ·  view source on GitHub ↗

* 获取所有已安装的插件 * * @returns 插件列表

()

Source from the content-addressed store, hash-verified

170 * @returns 插件列表
171 */
172 public getAllPlugins(): IPlugin[] {
173 return Array.from(this._plugins.values());
174 }
175
176 /**
177 * 获取所有插件元数据

Callers 1

Calls 2

fromMethod · 0.45
valuesMethod · 0.45

Tested by

no test coverage detected