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

Function renderBox

apps/kimi-code/scripts/postinstall/ui.mjs:123–128  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

121}
122
123function renderBox(lines) {
124 const out = [boxBorder('╭', '╮'), boxLine('')];
125 for (const line of lines) out.push(boxLine(line));
126 out.push(boxLine(''), boxBorder('╰', '╯'));
127 return out;
128}
129
130function emit(lines) {
131 notify('');

Callers 4

logMigrationDoneFunction · 0.85
logMigrationBlockedFunction · 0.85
logForeignKimiInTheWayFunction · 0.85
logNewCliNotOnPathFunction · 0.85

Calls 3

boxBorderFunction · 0.85
boxLineFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected