MCPcopy Create free account
hub / github.com/baidu/tera / NewWriteableCacheFile

Method NewWriteableCacheFile

src/leveldb/table/table_test.cc:1001–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 void ForceEvict(const Slice& key) override { return; }
1000
1001 Status NewWriteableCacheFile(const std::string& path, WriteableCacheFile** pFile) override {
1002 return Status::InvalidArgument("Mock Persistent Cache");
1003 }
1004
1005 size_t GetCapacity() const override { return 0; }
1006

Callers 2

DoCopyToLocalMethod · 0.45
RepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected