Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
moveInChunks
Method · 0.80
moveInChunk
Method · 0.80
Calls
1
findChunk
Method · 0.95
Tested by
no test coverage detected