Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ my
Method
my
Telegram/SourceFiles/data/data_forum_topic.cpp:314–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
}
313
314
bool ForumTopic::my() const {
315
return (_flags & Flag::My);
316
}
317
318
bool ForumTopic::canEdit() const {
319
return my() || peer()->canManageTopics();
Callers
3
applyIsMy
Method · 0.95
fillAboutTopic
Method · 0.80
setupState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected