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

Method remove

Telegram/SourceFiles/storage/storage_facade.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void Facade::Impl::remove(SharedMediaRemoveOne &&query) {
60 _sharedMedia.remove(std::move(query));
61}
62
63void Facade::Impl::remove(SharedMediaRemoveAll &&query) {
64 _sharedMedia.remove(std::move(query));

Callers 15

tickMethod · 0.45
failedMethod · 0.45
removeDcIndexMethod · 0.45
unregisterDraftSourceMethod · 0.45
writeDraftsMethod · 0.45
readDraftsWithCursorsMethod · 0.45
readFileLocationMethod · 0.45
writeBotStorageMethod · 0.45
readBotStorageMethod · 0.45
_readOldSettingsFunction · 0.45
_readOldUserSettingsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected