MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / Clear

Method Clear

DebugView++Lib/LogFile.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void LogFile::Clear()
33{
34 m_messages.clear();
35 m_messages.shrink_to_fit();
36 m_storage.Clear();
37 m_processInfo.Clear();
38}
39
40void LogFile::Add(const Message& msg)
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected