MCPcopy Create free account
hub / github.com/SatDump/SatDump / clear_cache

Method clear_cache

src-core/common/overlay_handler.cpp:361–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void OverlayHandler::clear_cache()
362{
363 map_cache.map.clear();
364 shores_cache.map.clear();
365 cities_cache.map.clear();
366 qth_cache.map.clear();
367 latlon_cache.map.clear();
368}

Callers 4

updateImageMethod · 0.80
process_image_productsFunction · 0.80
main_projectFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected