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

Method displayPhaseView

deps/v8/tools/turbolizer/src/graphmultiview.ts:122–127  ·  view source on GitHub ↗
(view: PhaseView, data: DynamicPhase, selection?: SelectionStorage)

Source from the content-addressed store, hash-verified

120 }
121
122 private displayPhaseView(view: PhaseView, data: DynamicPhase, selection?: SelectionStorage):
123 void {
124 const rememberedSelection = selection ? selection : this.hideCurrentPhase();
125 view.initializeContent(data, rememberedSelection);
126 this.currentPhaseView = view;
127 }
128
129 private displayNextGraphPhase(): void {
130 let nextPhaseIndex = this.selectMenu.selectedIndex + 1;

Callers 1

displayPhaseMethod · 0.95

Calls 2

hideCurrentPhaseMethod · 0.95
initializeContentMethod · 0.45

Tested by

no test coverage detected