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

Method content

Telegram/SourceFiles/window/window_session_controller.cpp:3185–3187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3183}
3184
3185not_null<MainWidget*> SessionController::content() const {
3186 return widget()->sessionContent();
3187}
3188
3189int SessionController::filtersWidth() const {
3190 return _filters ? st::windowFiltersWidth : 0;

Callers 12

showMethod · 0.45
activateMethod · 0.45
prepareButtonMethod · 0.45
PaintBackgroundMethod · 0.45
sendMenuDetailsMethod · 0.45
processChosenStickerMethod · 0.45
showThreadMethod · 0.45
searchMessagesMethod · 0.45
showMessageMethod · 0.45
TogglePinnedThreadFunction · 0.45
ShowForwardMessagesBoxFunction · 0.45
ShowDropMediaBoxFunction · 0.45

Calls 1

sessionContentMethod · 0.80

Tested by

no test coverage detected