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

Method getCell

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

Get cell at position

(x: number)

Source from the content-addressed store, hash-verified

659
660 /** Get cell at position */
661 getCell(x: number): IBufferCell;
662
663 /** Get text content of the line */
664 translateToString(trimRight?: boolean, startColumn?: number, endColumn?: number): string;

Callers 3

getLinkAtMethod · 0.65
cacheLinkMethod · 0.65
buffer.test.tsFile · 0.65

Implementers 1

BufferLinelib/buffer.ts

Calls

no outgoing calls

Tested by

no test coverage detected