Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ cacheIsFull
Method
cacheIsFull
fs/cache/full_file_cache/cache_store.cpp:195–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
bool FileCacheStore::cacheIsFull() {
196
return cachePool_->isFull();
197
}
198
199
}
200
}
Callers
nothing calls this directly
Calls
1
isFull
Method · 0.80
Tested by
no test coverage detected