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

Method strikethrough

apps/kimi-code/src/tui/theme/theme.ts:87–89  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

85 }
86
87 strikethrough(text: string): string {
88 return chalk.strikethrough(text);
89 }
90}
91
92/** Global singleton. Initialise with dark palette; switch via `setPalette`. */

Callers 7

test-themes.tsFile · 0.80
applyDefaultStyleMethod · 0.80
getDefaultStylePrefixMethod · 0.80
renderInlineTokensMethod · 0.80
styleTitleFunction · 0.80
strikethroughFgMethod · 0.80
createMarkdownThemeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected