Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ setClosing
Method
setClosing
fdbserver/KeyValueStoreRocksDB.actor.cpp:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
SharedRocksDBState();
83
84
void setClosing() { this->closing = true; }
85
bool isClosing() const { return this->closing; }
86
87
rocksdb::DBOptions getDbOptions() const { return this->dbOptions; }
Callers
1
doClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected