MCPcopy Create free account
hub / github.com/apple/foundationdb / filename

Method filename

fdbserver/DiskQueue.actor.cpp:273–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271 std::string basename;
272 std::string fileExtension;
273 std::string filename(int i) const { return basename + format("%d.%s", i, fileExtension.c_str()); }
274
275 UID dbgid;
276 int64_t dbg_file0BeginSeq;

Callers 3

pushMethod · 0.95
openFilesMethod · 0.95
shutdownMethod · 0.95

Calls 2

formatFunction · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected