938939940941942943944945946947948
if (root == null) { return null; } IN rootIN = (IN) root.fetchTarget(db, null); rootIN.latch(false); try { if (rootIN.getNodeId() == targetNodeId) { /* * stillRoot handles the situation where the root was split