Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getFilename
Method
getFilename
fdbrpc/include/fdbrpc/AsyncFileKAIO.actor.h:393–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
Future<int64_t> size() const override { return nextFileSize; }
392
int64_t debugFD() const override { return fd; }
393
std::string getFilename() const override { return filename; }
394
~AsyncFileKAIO() override {
395
close(fd);
396
Callers
1
AsyncFileKAIO.actor.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected