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

Method parse

src/common/Types.ts:454–454  ·  view source on GitHub ↗
(data: string | Uint8Array, promiseResult?: boolean)

Source from the content-addressed store, hash-verified

452 onTitleChange: Event<string>;
453
454 parse(data: string | Uint8Array, promiseResult?: boolean): void | Promise<boolean>;
455 print(data: Uint32Array, start: number, end: number): void;
456 registerCsiHandler(id: IFunctionIdentifier, callback: (params: IParams) => boolean | Promise<boolean>): IDisposable;
457 registerDcsHandler(id: IFunctionIdentifier, callback: (data: string, param: IParams) => boolean | Promise<boolean>): IDisposable;

Callers 9

platform.tsFile · 0.65
constructorFunction · 0.65
parseMethod · 0.65
parsePMethod · 0.65
putMethod · 0.65
initAddonsFunction · 0.65
getPublishedVersionsFunction · 0.65

Implementers 1

InputHandlersrc/common/InputHandler.ts

Calls

no outgoing calls

Tested by 1

parsePMethod · 0.52