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

Method italic

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

Source from the content-addressed store, hash-verified

77 }
78
79 italic(text: string): string {
80 return chalk.italic(text);
81 }
82
83 underline(text: string): string {
84 return chalk.underline(text);

Callers 8

test-themes.tsFile · 0.80
applyDefaultStyleMethod · 0.80
getDefaultStylePrefixMethod · 0.80
quoteStyleMethod · 0.80
renderInlineTokensMethod · 0.80
buildSubagentBlockMethod · 0.80
italicFgMethod · 0.80
createMarkdownThemeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected