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

Method get

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

Source from the content-addressed store, hash-verified

56 }
57
58 get(id: string): PluginRecord | undefined {
59 return this.records.get(normalizePluginId(id));
60 }
61
62 async install(source: string): Promise<PluginRecord> {
63 const resolved = resolveInstallSource(source);

Callers 1

infoMethod · 0.95

Calls 2

normalizePluginIdFunction · 0.90
getMethod · 0.65

Tested by

no test coverage detected