Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
void FileCachePool::removeOpenFile(FileNameMap::iterator iter) {
192
iter->second->openCount--;
193
}
194
195
void FileCachePool::forceRecycle() {
196
timerHandler(this);
Callers
1
~FileCacheStore
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected