MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / isRunning

Method isRunning

libapp2sys/src/main/cpp/client.h:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274public:
275 bool isRunning() {
276 return m_runningFlag;
277 }
278
279 int start(const char *remote, const char *local, IHardCoderDataCallback *callback) {
280 if (isRunning()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected