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

Method isRunning

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

Source from the content-addressed store, hash-verified

434 }
435
436 bool isRunning() {
437 return m_pClientEngine && m_pClientEngine->isRunning();
438 }
439
440 int init(const char *remote, const int port, const char *local, IC2JavaCallback *cb) {
441 if (m_pClientEngine) {

Callers 3

engineMethod · 0.45
tryStartEngineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected