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

Method showDead

deps/v8/tools/turbolizer/src/views/graph-view.ts:699–706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

697 }
698
699 private showDead(): void {
700 for (const node of this.graph.nodes()) {
701 if (!node.isLive()) {
702 node.visible = true;
703 }
704 }
705 this.updateGraphVisibility();
706 }
707
708 // Hotkeys handlers
709 private selectAllNodes(): void {

Callers 1

toggleHideDeadActionMethod · 0.80

Calls 3

updateGraphVisibilityMethod · 0.95
isLiveMethod · 0.80
nodesMethod · 0.45

Tested by

no test coverage detected