Searched refs:getNodeId (Results 1 – 1 of 1) sorted by relevance
79 withUniqueNodeId(getNodeId) { argument80 this.getNodeId = (node) => { function81 const id = getNodeId(node);122 const nodeId = this.getNodeId(node);128 acc[this.getNodeId(node)] = node;160 const newId = newTree ? this.getNodeId(newTree) : null;161 const oldId = oldTree ? this.getNodeId(oldTree) : null;163 const newTreeSiblingIds = newTreeSiblings.map(this.getNodeId);164 const oldTreeSiblingIds = oldTreeSiblings.map(this.getNodeId);