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

Method registerGroupCall

Telegram/SourceFiles/data/data_session.cpp:1266–1268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266void Session::registerGroupCall(not_null<GroupCall*> call) {
1267 _groupCalls.emplace(call->id(), call);
1268}
1269
1270void Session::unregisterGroupCall(not_null<GroupCall*> call) {
1271 _groupCalls.remove(call->id());

Callers 3

GroupCallMethod · 0.80
setGroupCallMethod · 0.80
setGroupCallMethod · 0.80

Calls 2

emplaceMethod · 0.80
idMethod · 0.45

Tested by

no test coverage detected