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

Method getFilename

fdbrpc/sim2.actor.cpp:590–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588 Future<int64_t> size() const override { return size_impl(this); }
589
590 std::string getFilename() const override { return actualFilename; }
591
592 ~SimpleFile() override {
593 _close(h);

Callers 9

disableRateControlFunction · 0.45
incrementalTruncateMethod · 0.45
replaceFileMethod · 0.45
pushMethod · 0.45
decodeBlockMethod · 0.45
dumpProgressMethod · 0.45
decodeToVersionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected