Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PluginSystem.test.ts
File · 0.45
Calls
2
from
Method · 0.45
values
Method · 0.45
Tested by
no test coverage detected