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

Method Info

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

Source from the content-addressed store, hash-verified

79 void SetInfo(FileInfo* info) { info_ = info; }
80
81 FileInfo* Info() { return info_; }
82
83 protected:
84 const uint64_t cache_id_; // Cache id for the file

Callers 1

RemoveFileInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected