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

Method unregisterGroupCall

Telegram/SourceFiles/data/data_session.cpp:1270–1272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268}
1269
1270void Session::unregisterGroupCall(not_null<GroupCall*> call) {
1271 _groupCalls.remove(call->id());
1272}
1273
1274GroupCall *Session::groupCall(CallId callId) const {
1275 const auto i = _groupCalls.find(callId);

Callers 5

~GroupCallMethod · 0.80
setGroupCallMethod · 0.80
clearGroupCallMethod · 0.80
setGroupCallMethod · 0.80
clearGroupCallMethod · 0.80

Calls 2

removeMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected