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

Function makeTestFileName

fdbserver/BlobGranuleServerCommon.actor.cpp:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245static std::string makeTestFileName(Version v) {
246 return "test" + std::to_string(v);
247}
248
249static BlobFileIndex makeTestFile(Version v, int64_t len) {
250 return BlobFileIndex(v, makeTestFileName(v), 0, len, len);

Callers 3

makeTestFileFunction · 0.85
checkFileFunction · 0.85
checkFilesFunction · 0.85

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected