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

Method mountFooter

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

Source from the content-addressed store, hash-verified

901 // only once init() succeeds. FooterComponent isn't a Container, so wrap it to
902 // pick up the same outer gutter as the panels above.
903 private mountFooter(): void {
904 const footerWrap = new GutterContainer(CHROME_GUTTER, CHROME_GUTTER);
905 footerWrap.addChild(this.state.footer);
906 this.state.ui.addChild(footerWrap);
907 }
908
909 // =========================================================================
910 // Input Dispatch

Callers 1

initMainTuiMethod · 0.95

Calls 1

addChildMethod · 0.45

Tested by

no test coverage detected