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

Function labels

apps/kimi-code/test/tui/commands/goal.test.ts:715–718  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

713 }
714
715 function labels(prefix: string): string[] | null {
716 const items = goalArgumentCompletions(prefix);
717 return items === null ? null : items.map((i) => i.label);
718 }
719
720 it('offers every subcommand for an empty prefix', () => {
721 expect(values('')).toEqual(['status', 'pause', 'resume', 'cancel', 'replace', 'next']);

Callers 1

goal.test.tsFile · 0.85

Calls 1

goalArgumentCompletionsFunction · 0.85

Tested by

no test coverage detected