Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
318
int GroupCall::fullCount() const {
319
return _fullCount.current();
320
}
321
322
rpl::producer<int> GroupCall::fullCountValue() const {
323
return _fullCount.value();
Callers
10
findCurrent
Method · 0.45
resolveConferenceCall
Method · 0.45
HistoryMessagesViewer
Function · 0.45
processChat
Method · 0.45
PollMessagesViewer
Function · 0.45
setupPinnedTracker
Method · 0.45
refreshViewer
Method · 0.45
searchInPinned
Method · 0.45
listSource
Method · 0.45
updateControlsVisibility
Method · 0.45
Calls
1
current
Method · 0.45
Tested by
no test coverage detected