| 41 | return is_selective_; |
| 42 | } |
| 43 | void subscription::set_selective(const bool _is_selective) { |
| 44 | is_selective_ = _is_selective; |
| 45 | } |
| 46 | |
| 47 | subscription_state_e subscription::get_state(const client_t _client) const { |
| 48 | std::scoped_lock its_lock(clients_mutex_); |
no outgoing calls
no test coverage detected