MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / info

Method info

packages/agent-core/src/plugin/manager.ts:280–283  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

278 }
279
280 info(id: string): PluginInfo | undefined {
281 const record = this.get(id);
282 return record === undefined ? undefined : recordToInfo(record);
283 }
284
285 private async persist(): Promise<void> {
286 const installed: InstalledRecord[] = [...this.records.values()].map((record) => ({

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
recordToInfoFunction · 0.85

Tested by

no test coverage detected