MCPcopy 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
108function boxBorder(left, right, fill = '─') {
109 return color(C_DIM, left + fill.repeat(BOX_INNER) + right);
110}
111
112function boxLine(content = '') {
113 const visible = visibleLength(content);

Callers 1

renderBoxFunction · 0.85

Calls 1

colorFunction · 0.85

Tested by

no test coverage detected