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

Function makeApp

apps/kimi-code/test/tui/tasks-browser.test.ts:78–84  ·  view source on GitHub ↗
(
  props: Partial<TasksBrowserProps> = {},
  rows = 30,
  columns = 120,
)

Source from the content-addressed store, hash-verified

76}
77
78function makeApp(
79 props: Partial<TasksBrowserProps> = {},
80 rows = 30,
81 columns = 120,
82): TasksBrowserApp {
83 return new TasksBrowserApp(makeProps(props), fakeTerminal(rows, columns));
84}
85
86describe('TasksBrowserApp — full-screen rendering', () => {
87 it('fills exactly terminal.rows lines (height takeover)', () => {

Callers 1

Calls 2

makePropsFunction · 0.85
fakeTerminalFunction · 0.70

Tested by

no test coverage detected