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

Method Path

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

get file path

Source from the content-addressed store, hash-verified

71
72 // get file path
73 std::string Path() const { return path_; }
74 // get cache ID
75 uint64_t cacheid() const { return cache_id_; }
76

Callers 7

AppendToCacheFileMethod · 0.45
AddExistingFileMethod · 0.45
IsCacheFileMethod · 0.45
ForceEvictMethod · 0.45
NewWriteableCacheFileMethod · 0.45
InsertMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected