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

Method cacheid

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

get cache ID

Source from the content-addressed store, hash-verified

73 std::string Path() const { return path_; }
74 // get cache ID
75 uint64_t cacheid() const { return cache_id_; }
76
77 Status Delete(uint64_t* size);
78

Callers 8

MakeRoomForWriteMethod · 0.80
InsertMethod · 0.80
GarbageCollectMethod · 0.80
InsertMethod · 0.80
InitMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected