| 2204 | { |
| 2205 | idChecker.check(*actions); |
| 2206 | |
| 2207 | actionsHistory.undo(); |
| 2208 | *actions = actionsHistory.toVector(); |
| 2209 | |
| 2210 | idChecker.check(*actions); |
| 2211 | idChecker.reset(*actionsRoot); |
| 2212 | |
| 2213 | TableReload(); |
nothing calls this directly
no outgoing calls
no test coverage detected