Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ashaduri/gsmartcontrol
/ clear_read_file_cache
Function
clear_read_file_cache
src/applib/storage_detector_linux.cpp:142–145 ·
view source on GitHub ↗
Clear the read file cache.
Source
from the content-addressed store, hash-verified
140
141
/// Clear the read file cache.
142
inline void clear_read_file_cache()
143
{
144
get_read_file_cache_ref().clear();
145
}
146
147
148
Callers
1
detect_drives_linux
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected