Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadAll
Method · 0.95
_initializePlugins
Method · 0.95
Calls
2
filter
Method · 0.65
values
Method · 0.45
Tested by
no test coverage detected