MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / stop

Method stop

3rdparty/cppdap/src/network.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 void stop() override {
65 std::unique_lock<std::mutex> lock(mutex);
66 stopWithLock();
67 }
68
69 private:
70 bool isRunning() { return !stopped; }

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36