MCPcopy Create free account
hub / github.com/apache/kvrocks / IsStopped

Method IsStopped

utils/kvrocks2redis/sync.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 void Start();
45 void Stop();
46 bool IsStopped() const { return stop_flag_; }
47
48 private:
49 bool stop_flag_ = false;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected