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

Function sourceIdentity

apps/kimi-code/src/tui/commands/plugins.ts:529–534  ·  view source on GitHub ↗
(plugin: PluginSummary)

Source from the content-addressed store, hash-verified

527}
528
529function sourceIdentity(plugin: PluginSummary): string {
530 if (plugin.source === 'github' && plugin.github !== undefined) {
531 return `github:${plugin.github.owner}/${plugin.github.repo}`;
532 }
533 return plugin.source;
534}
535
536function truncateForStatus(input: string): string {
537 const max = 80;

Callers 1

describeInstallActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected