MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / WipeBitmaps

Method WipeBitmaps

src/windows/AvatarCache.cpp:226–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void AvatarCache::WipeBitmaps()
227{
228 for (auto b : m_profileToBitmap)
229 DeleteImageIfNeeded(b.second.m_image);
230
231 m_profileToBitmap.clear();
232 m_imagePlaces.clear();
233}
234
235void AvatarCache::EraseBitmap(const std::string& resource)
236{

Callers 1

WindowProcFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected