Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ IsCreating
Function
IsCreating
Telegram/SourceFiles/data/data_replies_list.cpp:44–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
[[nodiscard]] bool IsCreating(not_null<History*> history, MsgId rootId) {
45
if (const auto forum = history->asForum()) {
46
return forum->creating(rootId);
47
}
48
return false;
49
}
50
51
} // namespace
52
Callers
1
RepliesList
Method · 0.85
Calls
2
asForum
Method · 0.80
creating
Method · 0.45
Tested by
no test coverage detected