MCPcopy 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_FFunction · 0.45
TESTFunction · 0.45
tearDownStorageSystemMethod · 0.45
setMgmtdClientMethod · 0.45
~MockClusterMethod · 0.45

Calls 2

stopAndJoinMethod · 0.45
resetMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
tearDownStorageSystemMethod · 0.36
~MockClusterMethod · 0.36