Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
void 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
generateProjectionImage
Method · 0.80
updateImage
Method · 0.80
process_image_products
Function · 0.80
main_project
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected