* @brief Do the actual right rotate operation * * Given parent node, and the pivot item index, the right rotate operation * is uniquely identified. The function assume the requirements are * fulfilled and won't do any extra check. This function is call by * TryRightRotate(), and the condition checking should be done before call * it. * * @param parent the parent node in this right rotate o
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected