MCPcopy 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.
142inline void clear_read_file_cache()
143{
144 get_read_file_cache_ref().clear();
145}
146
147
148

Callers 1

detect_drives_linuxFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected