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

Method appendStartupNotice

apps/kimi-code/src/tui/kimi-tui.ts:1336–1338  ·  view source on GitHub ↗
(extra: string)

Source from the content-addressed store, hash-verified

1334 }
1335
1336 appendStartupNotice(extra: string): void {
1337 this.startupNotice = combineStartupNotice(this.startupNotice, extra);
1338 }
1339
1340 get backgroundTasks(): ReadonlyMap<string, BackgroundTaskInfo> {
1341 return this.sessionEventHandler.backgroundTasks;

Callers

nothing calls this directly

Calls 1

combineStartupNoticeFunction · 0.90

Tested by

no test coverage detected