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

Method underline

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

Source from the content-addressed store, hash-verified

81 }
82
83 underline(text: string): string {
84 return chalk.underline(text);
85 }
86
87 strikethrough(text: string): string {
88 return chalk.strikethrough(text);

Callers 8

test-themes.tsFile · 0.80
applyDefaultStyleMethod · 0.80
getDefaultStylePrefixMethod · 0.80
renderTokenMethod · 0.80
renderInlineTokensMethod · 0.80
underlineFgMethod · 0.80
createMarkdownThemeFunction · 0.80
renderInstallPromptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected