MCPcopy Index your code
hub / github.com/codeaashu/claude-code / readLine

Function readLine

src/ink/log-update.ts:495–501  ·  view source on GitHub ↗
(screen: Screen, y: number)

Source from the content-addressed store, hash-verified

493}
494
495function readLine(screen: Screen, y: number): string {
496 let line = ''
497 for (let x = 0; x < screen.width; x++) {
498 line += charInCellAt(screen, x, y) ?? ' '
499 }
500 return line.trimEnd()
501}
502
503function fullResetSequence_CAUSES_FLICKER(
504 frame: Frame,

Callers 1

renderMethod · 0.85

Calls 1

charInCellAtFunction · 0.85

Tested by

no test coverage detected