MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / removeOpenFile

Method removeOpenFile

fs/cache/full_file_cache/cache_pool.cpp:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void FileCachePool::removeOpenFile(FileNameMap::iterator iter) {
192 iter->second->openCount--;
193}
194
195void FileCachePool::forceRecycle() {
196 timerHandler(this);

Callers 1

~FileCacheStoreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected