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

Method traverseTopDownTree

deps/v8/tools/profile.mjs:737–739  ·  view source on GitHub ↗

* Performs a BF traversal of the top down call graph. * * @param {function(CallTreeNode)} f Visitor function.

(f)

Source from the content-addressed store, hash-verified

735 * @param {function(CallTreeNode)} f Visitor function.
736 */
737 traverseTopDownTree(f) {
738 this.topDownTree_.traverse(f);
739 }
740
741 /**
742 * Performs a BF traversal of the bottom up call graph.

Callers

nothing calls this directly

Calls 1

traverseMethod · 0.80

Tested by

no test coverage detected