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

Method size

fdbrpc/include/fdbrpc/AsyncFileKAIO.actor.h:391–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389 return fsync;
390 }
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 {

Callers 2

launchMethod · 0.45
Future<Void> runTestOpsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected