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

Method map

src/vs/base/common/event.ts:550–550  ·  view source on GitHub ↗
(fn: (i: T) => O)

Source from the content-addressed store, hash-verified

548
549 export interface IChainableSythensis<T> {
550 map<O>(fn: (i: T) => O): IChainableSythensis<O>;
551 forEach(fn: (i: T) => void): IChainableSythensis<T>;
552 filter<R extends T>(fn: (e: T) => e is R): IChainableSythensis<R>;
553 filter(fn: (e: T) => boolean): IChainableSythensis<T>;

Callers 15

getReportsFunction · 0.65
parseReportFunction · 0.65
_askForLinkMethod · 0.65
Terminal2.test.tsFile · 0.65
formatErrorFunction · 0.65
Terminal.test.tsFile · 0.65
lineDataFunction · 0.65
selectionTextMethod · 0.65
stringArrayToRowFunction · 0.65
sha256AsBase32Function · 0.65
getLargestChildWidthFunction · 0.65

Implementers 1

ChainableSynthesissrc/vs/base/common/event.ts

Calls

no outgoing calls

Tested by 5

getReportsFunction · 0.52
parseReportFunction · 0.52
formatErrorFunction · 0.52
lineDataFunction · 0.52
stringArrayToRowFunction · 0.52