MCPcopy Create free account
hub / github.com/nodejs/node / prev

Method prev

deps/v8/tools/system-analyzer/timeline.mjs:318–320  ·  view source on GitHub ↗

@param {Chunk []} chunks

(chunks)

Source from the content-addressed store, hash-verified

316
317 /** @param {Chunk<T>[]} chunks */
318 prev(chunks) {
319 return this.findChunk(chunks, -1);
320 }
321
322 findChunk(chunks, delta) {
323 let i = this.index + delta;

Callers 2

moveInChunksMethod · 0.80
moveInChunkMethod · 0.80

Calls 1

findChunkMethod · 0.95

Tested by

no test coverage detected