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

Method summaries

packages/agent-core/src/plugin/manager.ts:276–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274 }
275
276 summaries(): readonly PluginSummary[] {
277 return this.list().map((record) => recordToSummary(record));
278 }
279
280 info(id: string): PluginInfo | undefined {
281 const record = this.get(id);

Callers 3

manager.test.tsFile · 0.80
installPluginMethod · 0.80
listPluginsMethod · 0.80

Calls 2

listMethod · 0.95
recordToSummaryFunction · 0.85

Tested by

no test coverage detected