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

Method invalidateCache

Telegram/SourceFiles/boxes/share_box.cpp:894–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

892}
893
894void ShareBox::Inner::invalidateCache() {
895 for (const auto &[peer, data] : _dataMap) {
896 data->checkbox.invalidateCache();
897 }
898}
899
900bool ShareBox::Inner::showLockedError(not_null<Chat*> chat) {
901 if (!chat->restriction.premiumRequired) {

Callers 2

InnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected