Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
push
Method · 0.95
openFiles
Method · 0.95
shutdown
Method · 0.95
Calls
2
format
Function · 0.50
c_str
Method · 0.45
Tested by
no test coverage detected