Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ boxBorder
Function
boxBorder
apps/kimi-code/scripts/postinstall/ui.mjs:108–110 ·
view source on GitHub ↗
(left, right, fill = '─')
Source
from the content-addressed store, hash-verified
106
}
107
108
function
boxBorder(left, right, fill =
'─'
) {
109
return
color(C_DIM, left + fill.repeat(BOX_INNER) + right);
110
}
111
112
function
boxLine(content =
''
) {
113
const
visible = visibleLength(content);
Callers
1
renderBox
Function · 0.85
Calls
1
color
Function · 0.85
Tested by
no test coverage detected