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

Method currentCallValue

Telegram/SourceFiles/calls/calls_instance.cpp:948–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946}
947
948rpl::producer<Call*> Instance::currentCallValue() const {
949 return _currentCallChanges.events_starting_with(currentCall());
950}
951
952GroupCall *Instance::currentGroupCall() const {
953 return _currentGroupCall.get();

Callers 4

MainWidgetMethod · 0.80
OverlayWidgetMethod · 0.80
InstanceMethod · 0.80
AddCameraSubsectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected