(lt: DictTable)
| 3273 | } |
| 3274 | } |
| 3275 | const groupIdOf = (lt: DictTable) => |
| 3276 | extraLeafIds.has(lt.id) ? (extraLeafToRealLeaf.get(lt.id) || lt.id) : lt.id; |
| 3277 | |
| 3278 | // For each group, capture the ordered list of segments (using current |
| 3279 | // threadedTables iteration order, which has already been ancestor-sorted). |