Searched refs:updateIdNodeMap (Results 1 – 1 of 1) sorted by relevance
35 this.newIdNodeMap = this.updateIdNodeMap(newRoot);36 this.oldIdNodeMap = this.updateIdNodeMap(oldRoot);40 private updateIdNodeMap(root: T | undefined): Map<string, T> { method in AddDiffs