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

Method hideCurrentPhase

deps/v8/tools/turbolizer/src/graphmultiview.ts:177–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 private hideCurrentPhase(): SelectionStorage {
178 let rememberedSelection = null;
179 if (this.currentPhaseView != null) {
180 rememberedSelection = this.currentPhaseView.detachSelection();
181 this.currentPhaseView.hide();
182 this.currentPhaseView = null;
183 }
184 return rememberedSelection;
185 }
186}

Callers 2

hideMethod · 0.95
displayPhaseViewMethod · 0.95

Calls 2

detachSelectionMethod · 0.45
hideMethod · 0.45

Tested by

no test coverage detected