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

Method ready

Telegram/SourceFiles/menu/menu_send.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331bool EffectPreview::ready() const {
332 return !_icon.isNull() && _lottie && _lottie->ready();
333}
334
335void EffectPreview::paintLoading(QPainter &p) {
336 if (!_loading) {

Callers 15

ConnectionStateMethod · 0.45
cacheChatThemeMethod · 0.45
cacheChatThemeDoneMethod · 0.45
paintEventMethod · 0.45
currentDimensionsMethod · 0.45
currentImageMethod · 0.45
validateGifAnimationMethod · 0.45
clipCallbackMethod · 0.45
chatListPreloadDataMethod · 0.45
setImplementationMethod · 0.45
GenericCreditsEntryCoverFunction · 0.45

Calls 1

isNullMethod · 0.45

Tested by

no test coverage detected