Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ isInstalled
Method
isInstalled
packages/core/src/Core/PluginManager.ts:191–193 ·
view source on GitHub ↗
* 检查插件是否已安装 * * @param name - 插件名称 * @returns 是否已安装
(name: string)
Source
from the content-addressed store, hash-verified
189
* @returns 是否已安装
190
*/
191
public isInstalled(name: string): boolean {
192
return
this._plugins.has(name);
193
}
194
195
/**
196
* 检查插件依赖
Callers
2
isPluginInstalled
Method · 0.80
EditorPluginManager.test.ts
File · 0.80
Calls
1
has
Method · 0.65
Tested by
no test coverage detected