debugSetSelection method

  1. @visibleForTesting
void debugSetSelection(
  1. Iterable<NodeId> nodeIds
)

Implementation

@visibleForTesting
void debugSetSelection(Iterable<NodeId> nodeIds) {
  _selectionModel.debugSetSelection(nodeIds);
}