MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / eraseFileCache

Method eraseFileCache

source/kernel/ksystem.cpp:861–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859}
860
861void KSystem::eraseFileCache(BString name) {
862 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(KSystem::fileCacheMutex);
863 KSystem::fileCache.remove(name);
864}
865
866std::shared_ptr<MappedFileCache> KSystem::getFileCache(BString name) {
867 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(KSystem::fileCacheMutex);

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected