MCPcopy Create free account
hub / github.com/nodejs/node / isLive

Method isLive

deps/v8/tools/turbolizer/src/phases/graph-phase/graph-node.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public isLive(): boolean {
50 return this.nodeLabel.live !== false;
51 }
52
53 public isJavaScript(): boolean {
54 return this.nodeLabel.opcode.startsWith("JS");

Callers 7

updateGraphVisibilityMethod · 0.80
attachSelectionMethod · 0.80
showAllActionMethod · 0.80
showControlActionMethod · 0.80
hideDeadMethod · 0.80
showDeadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected