| 993 | } |
| 994 | |
| 995 | bool message::has_poll() const noexcept { |
| 996 | return attached_poll.has_value(); |
| 997 | } |
| 998 | |
| 999 | message::message(std::string_view _content, message_type t) : message() { |
| 1000 | content = utility::utf8substr(_content, 0, 4000); |
nothing calls this directly
no outgoing calls
no test coverage detected