Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ ClearAllChannels
Method
ClearAllChannels
src/discord/MessageCache.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void MessageCache::ClearAllChannels()
51
{
52
m_mapMessages.clear();
53
}
54
55
bool MessageCache::IsMessageLoaded(Snowflake channel, Snowflake message)
56
{
Callers
1
HandleREADY
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected