MCPcopy
hub / github.com/codeaashu/claude-code / constructor

Method constructor

src/ink/output.ts:180–189  ·  view source on GitHub ↗
(options: Options)

Source from the content-addressed store, hash-verified

178 private charCache: Map<string, ClusteredChar[]> = new Map()
179
180 constructor(options: Options) {
181 const { width, height, stylePool, screen } = options
182
183 this.width = width
184 this.height = height
185 this.stylePool = stylePool
186 this.screen = screen
187
188 resetScreen(screen, width, height)
189 }
190
191 /**
192 * Reuse this Output for a new frame. Zeroes the screen buffer, clears

Callers

nothing calls this directly

Calls 1

resetScreenFunction · 0.85

Tested by

no test coverage detected