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

Method strikethroughFg

apps/kimi-code/src/tui/theme/theme.ts:59–61  ·  view source on GitHub ↗
(token: ColorToken, text: string)

Source from the content-addressed store, hash-verified

57 }
58
59 strikethroughFg(token: ColorToken, text: string): string {
60 return chalk.hex(this._palette[token]).strikethrough(text);
61 }
62
63 /* ── Background helpers ── */
64

Callers

nothing calls this directly

Calls 1

strikethroughMethod · 0.80

Tested by

no test coverage detected