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

Method getLoaded

packages/runtime-core/src/PluginLoader.ts:201–203  ·  view source on GitHub ↗

* @zh 获取已加载插件 * @en Get loaded plugins

()

Source from the content-addressed store, hash-verified

199 * @en Get loaded plugins
200 */
201 getLoaded(): PluginLoadInfo[] {
202 return [...this._loaded.values()].filter(p => p.state === 'loaded');
203 }
204
205 /**
206 * @zh 获取失败的插件

Callers 2

loadAllMethod · 0.95
_initializePluginsMethod · 0.95

Calls 2

filterMethod · 0.65
valuesMethod · 0.45

Tested by

no test coverage detected