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

Method isEnable

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

Source from the content-addressed store, hash-verified

430 }
431
432 bool isEnable() {
433 return m_enable;
434 }
435
436 bool isRunning() {
437 return m_pClientEngine && m_pClientEngine->isRunning();

Callers 1

callbackThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected