MCPcopy Index your code
hub / github.com/nodejs/node / finalize

Method finalize

deps/v8/tools/system-analyzer/log/map.mjs:84–89  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

82 }
83
84 finalize(id) {
85 // Initialize preorder tree traversal Ids for fast subtree inclusion checks
86 if (id <= 0) throw 'invalid id';
87 let currentId = id;
88 this.leftId = currentId
89 }
90
91 get parent() {
92 return this.edge?.from;

Callers 1

finalizeRootMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected