MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / has_poll

Method has_poll

src/dpp/message.cpp:995–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993}
994
995bool message::has_poll() const noexcept {
996 return attached_poll.has_value();
997}
998
999message::message(std::string_view _content, message_type t) : message() {
1000 content = utility::utf8substr(_content, 0, 4000);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected