MCPcopy 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
187bool FileCachePool::isFull() {
188 return isFull_;
189}
190
191void FileCachePool::removeOpenFile(FileNameMap::iterator iter) {
192 iter->second->openCount--;

Callers 1

cacheIsFullMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected