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

Method AgeBitmaps

src/windows/AvatarCache.cpp:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void AvatarCache::AgeBitmaps()
292{
293 for (auto &b : m_profileToBitmap) {
294 b.second.m_age++;
295 }
296}
297
298void AvatarCache::ClearProcessingRequests()
299{

Callers 1

WindowProcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected