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

Function pad

apps/kimi-code/scripts/postinstall/ui.mjs:119–121  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

117}
118
119function pad(content) {
120 return ' '.repeat(BOX_PAD_LEFT) + content;
121}
122
123function renderBox(lines) {
124 const out = [boxBorder('╭', '╮'), boxLine('')];

Callers 6

successHeadingFunction · 0.70
warningHeadingFunction · 0.70
logMigrationDoneFunction · 0.70
logMigrationBlockedFunction · 0.70
logForeignKimiInTheWayFunction · 0.70
logNewCliNotOnPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected