Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ next
Method
next
deps/v8/tools/system-analyzer/timeline.mjs:313–315 ·
view source on GitHub ↗
@param {Chunk []} chunks
(chunks)
Source
from the content-addressed store, hash-verified
311
312
/** @param {Chunk<T>[]} chunks */
313
next(chunks) {
314
return
this.findChunk(chunks, 1);
315
}
316
317
/** @param {Chunk<T>[]} chunks */
318
prev(chunks) {
Callers
nothing calls this directly
Calls
1
findChunk
Method · 0.95
Tested by
no test coverage detected