Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ isFull
Method
isFull
fs/cache/full_file_cache/cache_pool.cpp:187–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
bool FileCachePool::isFull() {
188
return isFull_;
189
}
190
191
void FileCachePool::removeOpenFile(FileNameMap::iterator iter) {
192
iter->second->openCount--;
Callers
1
cacheIsFull
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected