| 334 | } |
| 335 | |
| 336 | static void wtClearDiskData() |
| 337 | { |
| 338 | hex::TaskManager::doLater( |
| 339 | [] |
| 340 | { |
| 341 | ::wtImage = nullptr; |
| 342 | ::disk = std::make_shared<Disk>(); |
| 343 | }); |
| 344 | } |
| 345 | |
| 346 | void wtRebuildConfiguration(bool withCustom = false) |
| 347 | { |
no outgoing calls
no test coverage detected