MCPcopy Create free account
hub / github.com/coder/ghostty-web / translateToString

Method translateToString

lib/types.ts:664–664  ·  view source on GitHub ↗

Get text content of the line

(trimRight?: boolean, startColumn?: number, endColumn?: number)

Source from the content-addressed store, hash-verified

662
663 /** Get text content of the line */
664 translateToString(trimRight?: boolean, startColumn?: number, endColumn?: number): string;
665}
666
667/**

Callers 3

terminal.test.tsFile · 0.65
buffer.test.tsFile · 0.65
versus.tsFile · 0.65

Implementers 1

BufferLinelib/buffer.ts

Calls

no outgoing calls

Tested by

no test coverage detected