updateChildrenIndices method

void updateChildrenIndices(
  1. INode node
)

Implementation

void updateChildrenIndices(INode node) {
  clearChildrenIndex(node);
  indexChildren(node);
}