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

Function url

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

Source from the content-addressed store, hash-verified

434 const muted = (text: string): string => chalk.hex(darkColors.textMuted)(text);
435 const label = (text: string): string => chalk.bold.hex(darkColors.textDim)(text);
436 const url = (text: string): string => chalk.hex(darkColors.accent)(text);
437 // Render the `#token=…` fragment in a de-emphasized gray so the host/port
438 // stands out while the full URL stays selectable for copying.
439 const urlWithDimToken = (href: string): string => {

Callers 1

urlWithDimTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected