MCPcopy Create free account
hub / github.com/Tencent/phxsql / GetFileName

Method GetFileName

phxbinlogsvr/core/storage/storage.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141string Storage::GetFileName() {
142 phxsql::LogVerbose("%s get file name %s", __func__, path_.c_str());
143 return path_;
144}
145
146pair<string, size_t> Storage::GetFileInfo() {
147 return make_pair(path_, GetOffSet());

Callers 2

GetNextReadFileMethod · 0.80
GetPreReadFileMethod · 0.80

Calls 1

LogVerboseFunction · 0.85

Tested by

no test coverage detected