| 56 | } |
| 57 | |
| 58 | void ReconstructionManager::Clear() { reconstructions_.clear(); } |
| 59 | |
| 60 | size_t ReconstructionManager::Read(const std::filesystem::path& path) { |
| 61 | const size_t idx = Add(); |
nothing calls this directly
no outgoing calls
no test coverage detected