| 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()) { |
nothing calls this directly
no outgoing calls
no test coverage detected