| 107 | } |
| 108 | |
| 109 | void remote_subscription::set_counter(uint8_t _counter) { |
| 110 | counter_ = _counter; |
| 111 | } |
| 112 | |
| 113 | std::set<client_t> remote_subscription::get_clients() const { |
| 114 | std::scoped_lock its_lock(mutex_); |
no outgoing calls
no test coverage detected