| 103 | static bool progressHandler(void *context, int value, int amount); |
| 104 | |
| 105 | void req(int req) { |
| 106 | m_reqQueue.enqueue(req); |
| 107 | } |
| 108 | |
| 109 | void block(int status) { |
| 110 | std::unique_lock<std::mutex> lock(m_mutex); |
nothing calls this directly
no outgoing calls
no test coverage detected