(entity: TargetEntity)
| 131 | } |
| 132 | |
| 133 | function updateItemIndex(entity: TargetEntity) { |
| 134 | const indexValue = getCurrentIndexValue(entity); |
| 135 | |
| 136 | updateItemIndexWithValue(entity, indexValue); |
| 137 | } |
| 138 | |
| 139 | function removeItemFromIndex(entity: TargetEntity) { |
| 140 | const currentIndexList = currentItemIndexMap.get(entity); |
no test coverage detected