MCPcopy 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
195bool FileCacheStore::cacheIsFull() {
196 return cachePool_->isFull();
197}
198
199}
200}

Callers

nothing calls this directly

Calls 1

isFullMethod · 0.80

Tested by

no test coverage detected