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

Method getStorageBytes

fdbserver/VersionedBTree.actor.cpp:7823–7823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7821 KeyValueStoreType getType() const override { return KeyValueStoreType::SSD_REDWOOD_V1; }
7822
7823 StorageBytes getStorageBytes() const override { return m_tree->getStorageBytes(); }
7824
7825 Future<Void> getError() const override { return delayed(m_error.getFuture()); };
7826

Calls

no outgoing calls

Tested by

no test coverage detected