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

Method ClearMessages

src/windows/MessageList.cpp:818–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818void MessageList::ClearMessages()
819{
820 m_messages.clear();
821 m_total_height = 0;
822 UpdateScrollBar(0, 0, false);
823}
824
825void MessageList::RefetchMessages(Snowflake gapCulprit, bool causedByLoad)
826{

Callers 3

HandleCommandFunction · 0.80
WindowProcFunction · 0.80
OnLoadedPinsMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected