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

Method creating

Telegram/SourceFiles/data/data_forum.cpp:561–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561bool Forum::creating(MsgId rootId) const {
562 return _creatingRootIds.contains(rootId);
563}
564
565void Forum::created(MsgId rootId, MsgId realId) {
566 if (rootId == realId) {

Callers 15

addTopicLinkMethod · 0.45
EditForumTopicBoxFunction · 0.45
reloadTopicsMethod · 0.45
IsCreatingFunction · 0.45
refreshChatListEntryMethod · 0.45
isCreatingTopicMethod · 0.45
setupContentMethod · 0.45
buildSectionsMethod · 0.45
~ChatWidgetMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected