Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepseek-ai/3FS
/ stop
Method
stop
tests/client/ServerWithConfig.h:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void stop() {
54
if (server) server->stopAndJoin();
55
server.reset();
56
}
57
58
Result<Void> restart(std::shared_ptr<kv::IKVEngine> kvEngine) {
59
stop();
Callers
5
TEST_F
Function · 0.45
TEST
Function · 0.45
tearDownStorageSystem
Method · 0.45
setMgmtdClient
Method · 0.45
~MockCluster
Method · 0.45
Calls
2
stopAndJoin
Method · 0.45
reset
Method · 0.45
Tested by
4
TEST_F
Function · 0.36
TEST
Function · 0.36
tearDownStorageSystem
Method · 0.36
~MockCluster
Method · 0.36