There is no method to delete a source entity like an under_review commit in heapsort if I want to delete... If i just delete it that will not remove it's reference that is there in heapsort's under_review array and hence next time we open heapsort there will be error... so a delete method is to be made that removes all the references to it and then deletes the node.
There is no method to delete a source entity like an under_review commit in heapsort if I want to delete... If i just delete it that will not remove it's reference that is there in heapsort's under_review array and hence next time we open heapsort there will be error... so a delete method is to be made that removes all the references to it and then deletes the node.