MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / ~FileCacheStore

Method ~FileCacheStore

fs/cache/full_file_cache/cache_store.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47FileCacheStore::~FileCacheStore() {
48 delete localFile_; // will close file
49 cachePool_->removeOpenFile(iterator_);
50}
51
52ICacheStore::try_preadv_result FileCacheStore::try_preadv2(const struct iovec *iov, int iovcnt,
53 off_t offset, int flags) {

Callers

nothing calls this directly

Calls 1

removeOpenFileMethod · 0.80

Tested by

no test coverage detected