Searched refs:copyItem (Results 1 – 1 of 1) sorted by relevance
83 let copyItem = new ConstructorItem(); variable84 this.cloneContent(copyItem);85 return copyItem;88 protected cloneContent(copyItem: ConstructorItem) {89 copyItem.fileId = this.fileId;90 copyItem.distance = this.distance;91 copyItem.shallowSize = this.shallowSize;92 copyItem.nodeName = this.nodeName;93 copyItem.edgeCount = this.edgeCount;94 copyItem.edgeType = this.edgeType;[all …]