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

Function primary

apps/kimi-code/src/cli/sub/server/run.ts:431–431  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

429 opts: FormatReadyBannerOptions = {},
430): string {
431 const primary = (text: string): string => chalk.hex(darkColors.primary)(text);
432 const title = (text: string): string => chalk.bold.hex(darkColors.primary)(text);
433 const dim = (text: string): string => chalk.hex(darkColors.textDim)(text);
434 const muted = (text: string): string => chalk.hex(darkColors.textMuted)(text);

Callers 1

formatReadyBannerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected