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

Method isRunning

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

Source from the content-addressed store, hash-verified

97 }
98
99 bool isRunning() {
100 return m_runningFlag;
101 }
102
103 int64_t sendReq(int funcid, uint8_t *data, int dataLen, int tid, int64_t timestamp) {
104 if (!isRunning()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected