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

Function emit

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

Source from the content-addressed store, hash-verified

128}
129
130function emit(lines) {
131 notify('');
132 for (const line of lines) notify(line);
133 notify('');
134}
135
136function pathInBox(path) {
137 // 7-space lead = box pad (2) + prose indent (3) + nesting under

Callers 4

logMigrationDoneFunction · 0.70
logMigrationBlockedFunction · 0.70
logForeignKimiInTheWayFunction · 0.70
logNewCliNotOnPathFunction · 0.70

Calls 1

notifyFunction · 0.85

Tested by

no test coverage detected