Check if the node has the specified parent @param node node can be internal or leaf @param parent parent is always internal node @param pindex index to check @return true if it is, false if it's not
(TreeNode node, TreeInternalNode parent, int pindex)
source not stored for this graph (policy: none)
no test coverage detected