| 1312 | } |
| 1313 | |
| 1314 | static bool _verify_map_full(const string &base, time_t mtime) |
| 1315 | { |
| 1316 | return verify_file_version(base + ".dsc", mtime); |
| 1317 | } |
| 1318 | |
| 1319 | static bool _load_map_index(const string& cache, const string &base, |
| 1320 | time_t mtime) |
no test coverage detected