Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
applyDefaultStyle
Method · 0.80
getDefaultStylePrefix
Method · 0.80
renderToken
Method · 0.80
renderInlineTokens
Method · 0.80
underlineFg
Method · 0.80
createMarkdownTheme
Function · 0.80
renderInstallPrompt
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected