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

Method start

Telegram/SourceFiles/export/export_manager.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22Manager::~Manager() = default;
23
24void Manager::start(not_null<PeerData*> peer) {
25 start(&peer->session(), peer->input());
26}
27
28void Manager::startTopic(
29 not_null<PeerData*> peer,

Callers 6

requestUserpicsMethod · 0.45
requestStoriesMethod · 0.45
requestProfileMusicMethod · 0.45
messagesCountLoadedMethod · 0.45
requestTopicMessagesMethod · 0.45
initializedMethod · 0.45

Calls 4

activatePanelMethod · 0.80
startFunction · 0.50
sessionMethod · 0.45
inputMethod · 0.45

Tested by

no test coverage detected