MCPcopy 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
342export {Timeline, Chunk};

Callers

nothing calls this directly

Calls 2

hasMethod · 0.95
filterMethod · 0.65

Tested by

no test coverage detected