Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
function
pad(content) {
120
return
' '
.repeat(BOX_PAD_LEFT) + content;
121
}
122
123
function
renderBox(lines) {
124
const
out = [boxBorder(
'╭'
,
'╮'
), boxLine(
''
)];
Callers
6
successHeading
Function · 0.70
warningHeading
Function · 0.70
logMigrationDone
Function · 0.70
logMigrationBlocked
Function · 0.70
logForeignKimiInTheWay
Function · 0.70
logNewCliNotOnPath
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected