Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ filter
Method
filter
deps/v8/tools/system-analyzer/timeline.mjs:337–339 ·
view source on GitHub ↗
@returns {T[]}
()
Source
from the content-addressed store, hash-verified
335
336
/** @returns {T[]} */
337
filter() {
338
return
this.items.filter(map => !map.parent || !this.has(map.parent));
339
}
340
}
341
342
export
{Timeline, Chunk};
Callers
nothing calls this directly
Calls
2
has
Method · 0.95
filter
Method · 0.65
Tested by
no test coverage detected