| 249 | } |
| 250 | |
| 251 | void remote_subscription::set_parent(const std::shared_ptr<remote_subscription>& _parent) { |
| 252 | parent_ = _parent; |
| 253 | } |
| 254 | |
| 255 | std::uint32_t remote_subscription::get_answers() const { |
| 256 | return answers_; |
no outgoing calls
no test coverage detected