| 71 | } |
| 72 | |
| 73 | void subscribe_command_base::set_pending_id(pending_id_t _pending_id) { |
| 74 | |
| 75 | pending_id_ = _pending_id; |
| 76 | } |
| 77 | |
| 78 | void subscribe_command_base::serialize(std::vector<byte_t>& _buffer) const { |
| 79 |
no outgoing calls
no test coverage detected