MCPcopy Create free account
hub / github.com/crawl/crawl / _verify_map_full

Function _verify_map_full

crawl-ref/source/maps.cc:1314–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

_load_map_cacheFunction · 0.85

Calls 1

verify_file_versionFunction · 0.85

Tested by

no test coverage detected