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

Method renderWelcome

apps/kimi-code/src/tui/kimi-tui.ts:1869–1877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1867 }
1868
1869 private renderWelcome(): void {
1870 if (
1871 this.state.transcriptContainer.children.some((child) => child instanceof WelcomeComponent)
1872 ) {
1873 return;
1874 }
1875 const welcome = new WelcomeComponent(this.state.appState);
1876 this.state.transcriptContainer.addChild(welcome);
1877 }
1878
1879 private clearTerminalInlineImages(): void {
1880 if (getCapabilities().images !== 'kitty') return;

Callers 2

initMainTuiMethod · 0.95

Calls 1

addChildMethod · 0.45

Tested by

no test coverage detected