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

Method getFailed

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

* @zh 获取失败的插件 * @en Get failed plugins

()

Source from the content-addressed store, hash-verified

207 * @en Get failed plugins
208 */
209 getFailed(): PluginLoadInfo[] {
210 return [...this._loaded.values()].filter(
211 p => p.state === 'failed' || p.state === 'missing'
212 );
213 }
214
215 /**
216 * @zh 获取插件信息

Callers 1

_initializePluginsMethod · 0.95

Calls 2

filterMethod · 0.65
valuesMethod · 0.45

Tested by

no test coverage detected