MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / closed

Method closed

Telegram/SourceFiles/data/data_poll.cpp:363–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363bool PollData::closed() const {
364 return (_flags & Flag::Closed);
365}
366
367bool PollData::publicVotes() const {
368 return (_flags & Flag::PublicVotes);

Callers 15

refreshVoteButtonMethod · 0.45
addToggleTopicClosedMethod · 0.45
processPollMethod · 0.45
CanSendAnyOfValueFunction · 0.45
PollDataToMTPFunction · 0.45
CanSendAnyOfFunction · 0.45
SubItemValueFunction · 0.45
PaintRowFunction · 0.45
MessageAccessibilityNameFunction · 0.45
MessageSubItemValueFunction · 0.45
showContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected