Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ voted
Method
voted
Telegram/SourceFiles/data/data_poll.cpp:359–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
357
}
358
359
bool PollData::voted() const {
360
return ranges::contains(answers, true, &PollAnswer::chosen);
361
}
362
363
bool PollData::closed() const {
364
return (_flags & Flag::Closed);
Callers
8
refreshVoteButton
Method · 0.80
fillContextMenuActions
Method · 0.80
sendVotes
Method · 0.80
FillPollOptionPage
Function · 0.80
AddPollActions
Function · 0.80
updateVotes
Method · 0.80
checkAnimationStart
Method · 0.80
FillPollAnswerMenu
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected