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

Method detachSelection

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

Source from the content-addressed store, hash-verified

362 }
363
364 public detachSelection(): SelectionStorage {
365 return new SelectionStorage(this.state.selection.detachSelection());
366 }
367
368 public adaptSelection(rememberedSelection: SelectionStorage): SelectionStorage {
369 if (!this.graph.nodeMap || !(rememberedSelection instanceof SelectionStorage)) {

Callers 1

hideCurrentPhaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected