Compute new offsets for real nodes
| 1417 | |
| 1418 | // Compute new offsets for real nodes |
| 1419 | struct OffChange { uint64_t id; int oldOff; int newOff; }; |
| 1420 | QVector<OffChange> offChanges; |
| 1421 | int cursor = 0; |
| 1422 | for (auto& rn : realNodes) { |
nothing calls this directly
no outgoing calls
no test coverage detected