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

Method dependsOn

Telegram/SourceFiles/dialogs/ui/dialogs_message_view.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138bool MessageView::dependsOn(not_null<const HistoryItem*> item) const {
139 return (_textCachedFor == item.get());
140}
141
142bool MessageView::prepared(
143 not_null<const HistoryItem*> item,

Callers 1

requestItemRepaintMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected