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

Function PausedIn

Telegram/SourceFiles/window/window_session_controller.cpp:348–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348Fn<bool()> PausedIn(
349 not_null<SessionController*> controller,
350 GifPauseReason level) {
351 return [=] { return IsPaused(controller, level); };
352}
353
354bool operator==(const PeerThemeOverride &a, const PeerThemeOverride &b) {
355 return (a.peer == b.peer) && (a.theme == b.theme);

Callers 15

ChooseToneIconBoxFunction · 0.85
AddIconSelectorFunction · 0.85
EmojiListWidgetMethod · 0.85
GifsListWidgetMethod · 0.85
StickersListWidgetMethod · 0.85
BuildHelperMethod · 0.85
setupCustomizationsMethod · 0.85
setupContentMethod · 0.85
setupContentMethod · 0.85
setupContentMethod · 0.85
setupContentMethod · 0.85
setupContentMethod · 0.85

Calls 1

IsPausedFunction · 0.70

Tested by

no test coverage detected