| 232 | void BasicMessage::Type(const std::string& type) { m_impl->type = type; } |
| 233 | |
| 234 | bool BasicMessage::TypeIsSet() const { return m_impl->type.is_initialized(); } |
| 235 | |
| 236 | void BasicMessage::TypeClear() { m_impl->type.reset(); } |
| 237 |
no outgoing calls
no test coverage detected