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

Method size

fdbrpc/AsyncFileEncrypted.actor.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190Future<int64_t> AsyncFileEncrypted::size() const {
191 ASSERT(mode == Mode::READ_ONLY);
192 return file->size();
193}
194
195std::string AsyncFileEncrypted::getFilename() const {
196 return file->getFilename();

Callers 4

getFirstBlockIVMethod · 0.45
writeMethod · 0.45
evictMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected