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

Method values

src/common/SortedList.ts:165–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 public values(): IterableIterator<T> {
166 this._flushCleanupInserted();
167 this._flushCleanupDeleted();
168 // Duplicate the array to avoid issues when _array changes while iterating
169 return [...this._array].values();
170 }
171
172 private _search(key: number): number {
173 let min = 0;

Callers 11

fireMethod · 0.45
assertListFunction · 0.45
SortedList.test.tsFile · 0.45
decorationsMethod · 0.45
decorationsMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
_getStoredPixelsMethod · 0.45
_evictOnAlternateMethod · 0.45

Calls 2

_flushCleanupInsertedMethod · 0.95
_flushCleanupDeletedMethod · 0.95

Tested by 2

assertListFunction · 0.36
decorationsMethod · 0.36