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

Method close

fdbserver/KeyValueStoreRocksDB.actor.cpp:1778–1778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1776 void dispose() override { doClose(this, true); }
1777
1778 void close() override { doClose(this, false); }
1779
1780 KeyValueStoreType getType() const override {
1781 if (SERVER_KNOBS->ENABLE_SHARDED_ROCKSDB)

Callers

nothing calls this directly

Calls 1

doCloseFunction · 0.85

Tested by

no test coverage detected