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

Method size

fdbclient/BackupContainerLocalDirectory.actor.cpp:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 int64_t size() const override { return m_buffer.size() + m_writeOffset; }
83
84 Future<Void> finish() override { return finish_impl(Reference<BackupFile>::addRef(this)); }
85

Callers 5

appendMethod · 0.45
flushMethod · 0.45
finish_implMethod · 0.45
deleteContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected