| 14 | namespace protocol { |
| 15 | |
| 16 | assign_client_command::assign_client_command() : command(id_e::ASSIGN_CLIENT_ID) { } |
| 17 | |
| 18 | void assign_client_command::serialize(std::vector<byte_t>& _buffer) const { |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected