MCPcopy 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
148function successHeading(text) {
149 return pad(color(C_BOLD_GREEN, '✓ ' + text));
150}
151
152function warningHeading(text) {
153 return pad(color(C_BOLD_YELLOW, '! ' + text));

Callers 1

logMigrationDoneFunction · 0.85

Calls 2

colorFunction · 0.85
padFunction · 0.70

Tested by

no test coverage detected