MCPcopy
hub / github.com/xtermjs/xterm.js / get

Method get

src/common/Types.ts:228–228  ·  view source on GitHub ↗
(index: number)

Source from the content-addressed store, hash-verified

226 length: number;
227 isWrapped: boolean;
228 get(index: number): CharData;
229 set(index: number, value: CharData): void;
230 loadCell(index: number, cell: ICellData): ICellData;
231 setCell(index: number, cell: ICellData): void;

Callers 15

_askForLinkMethod · 0.65
provideLinksMethod · 0.65
_syncTextAreaMethod · 0.65
openMethod · 0.65
clearMethod · 0.65
terminalToStringFunction · 0.65
Terminal.test.tsFile · 0.65
getCssMethod · 0.65
getColorMethod · 0.65
_handleCharMethod · 0.65

Implementers 1

BufferLinesrc/common/buffer/BufferLine.ts

Calls

no outgoing calls

Tested by 4

terminalToStringFunction · 0.52
getLinesFunction · 0.52
termContentFunction · 0.52
resetToBaseStateFunction · 0.52