| 56 | } // namespace |
| 57 | |
| 58 | DatabaseCache::DatabaseCache() |
| 59 | : correspondence_graph_(std::make_shared<class CorrespondenceGraph>()) {} |
| 60 | |
| 61 | void DatabaseCache::Load(const Database& database, const Options& options) { |
| 62 | const bool has_rigs = database.NumRigs() > 0; |
nothing calls this directly
no outgoing calls
no test coverage detected