Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
291
void AvatarCache::AgeBitmaps()
292
{
293
for (auto &b : m_profileToBitmap) {
294
b.second.m_age++;
295
}
296
}
297
298
void AvatarCache::ClearProcessingRequests()
299
{
Callers
1
WindowProc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected