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

Function createEmptyNode

deps/v8/tools/profview/profile-utils.js:209–218  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

207}
208
209function createEmptyNode(name) {
210 return {
211 name : name,
212 codeId: -1,
213 type : "CAT",
214 children : [],
215 ownTicks : 0,
216 ticks : 0
217 };
218}
219
220class RuntimeCallTreeProcessor {
221 constructor() {

Callers 7

createNodeFromStackEntryFunction · 0.85
constructorMethod · 0.85
constructorMethod · 0.85
addCategoryFunction · 0.85
constructorMethod · 0.85
addStackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…