Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ successHeading
Function
successHeading
apps/kimi-code/scripts/postinstall/ui.mjs:148–150 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
146
}
147
148
function
successHeading(text) {
149
return
pad(color(C_BOLD_GREEN,
'✓ '
+ text));
150
}
151
152
function
warningHeading(text) {
153
return
pad(color(C_BOLD_YELLOW,
'! '
+ text));
Callers
1
logMigrationDone
Function · 0.85
Calls
2
color
Function · 0.85
pad
Function · 0.70
Tested by
no test coverage detected