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

Method fullCount

Telegram/SourceFiles/data/data_group_call.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318int GroupCall::fullCount() const {
319 return _fullCount.current();
320}
321
322rpl::producer<int> GroupCall::fullCountValue() const {
323 return _fullCount.value();

Callers 10

findCurrentMethod · 0.45
resolveConferenceCallMethod · 0.45
HistoryMessagesViewerFunction · 0.45
processChatMethod · 0.45
PollMessagesViewerFunction · 0.45
setupPinnedTrackerMethod · 0.45
refreshViewerMethod · 0.45
searchInPinnedMethod · 0.45
listSourceMethod · 0.45

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected