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

Method makeNodeVisible

deps/v8/tools/turbolizer/src/graph.ts:74–76  ·  view source on GitHub ↗
(identifier: string)

Source from the content-addressed store, hash-verified

72 }
73
74 public makeNodeVisible(identifier: string): void {
75 if (this.nodeMap[identifier]) this.nodeMap[identifier].visible = true;
76 }
77
78 public makeEdgesVisible(): void {
79 if (this.graphPhase.stateType == GraphStateType.NeedToFullRebuild) {

Callers 1

adaptSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected