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

Method SetInfo

src/leveldb/persistent_cache/persistent_cache_file.h:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 Status Delete(uint64_t* size);
78
79 void SetInfo(FileInfo* info) { info_ = info; }
80
81 FileInfo* Info() { return info_; }
82

Callers 3

InsertMethod · 0.80
InitMethod · 0.80
ForceEvictMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected