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

Method size

fdbrpc/include/fdbrpc/AsyncFileEIO.actor.h:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 return fsync;
191 }
192 Future<int64_t> size() const override {
193 ++countFileLogicalReads;
194 ++countLogicalReads;
195 return size_impl(fd);
196 }
197 std::string getFilename() const override { return filename; }
198
199 ACTOR static Future<Void> async_fsync_parent(std::string filename) {

Callers 1

write_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected