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

Method hideSelectedAction

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

Source from the content-addressed store, hash-verified

646 }
647
648 private hideSelectedAction(view: GraphView): void {
649 for (const node of view.graph.nodes()) {
650 if (view.state.selection.isSelected(node)) {
651 node.visible = false;
652 }
653 }
654 view.nodeSelectionHandler.clear();
655 view.focusOnSvg();
656 }
657
658 private zoomSelectionAction(view: GraphView): void {
659 view.viewSelection();

Callers 1

svgKeyDownMethod · 0.95

Calls 3

isSelectedMethod · 0.80
clearMethod · 0.65
nodesMethod · 0.45

Tested by

no test coverage detected