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

Function dispose

fdbserver/KeyValueStoreSQLite.actor.cpp:1589–1589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1587class KeyValueStoreSQLite final : public IKeyValueStore {
1588public:
1589 void dispose() override { doClose(this, true); }
1590 void close() override { doClose(this, false); }
1591
1592 Future<Void> getError() const override { return delayed(readThreads->getError() || writeThread->getError()); }

Callers

nothing calls this directly

Calls 1

doCloseFunction · 0.85

Tested by

no test coverage detected