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

Method bold

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

Source from the content-addressed store, hash-verified

69 /* ── Standalone style helpers ── */
70
71 bold(text: string): string {
72 return chalk.bold(text);
73 }
74
75 dim(text: string): string {
76 return chalk.dim(text);

Callers 15

test-themes.tsFile · 0.80
applyDefaultStyleMethod · 0.80
getDefaultStylePrefixMethod · 0.80
renderTokenMethod · 0.80
renderInlineTokensMethod · 0.80
renderTableMethod · 0.80
goal-panel.test.tsFile · 0.80
dangerShortcutFunction · 0.80
renderTopBorderMethod · 0.80
renderMethod · 0.80
statusMarkerFunction · 0.80

Calls

no outgoing calls

Tested by 1

dangerShortcutFunction · 0.64