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

Method getMetadata

packages/core/src/Core/PluginManager.ts:163–165  ·  view source on GitHub ↗

* 获取插件元数据 * * @param name - 插件名称 * @returns 插件元数据,如果未安装则返回undefined

(name: string)

Source from the content-addressed store, hash-verified

161 * @returns 插件元数据,如果未安装则返回undefined
162 */
163 public getMetadata(name: string): IPluginMetadata | undefined {
164 return this._metadata.get(name);
165 }
166
167 /**
168 * 获取所有已安装的插件

Callers 2

Calls 1

getMethod · 0.65

Tested by

no test coverage detected