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

Method LoadAsync

DebugView++/MainFrame.cpp:967–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965}
966
967void CMainFrame::LoadAsync(const std::wstring& filename)
968{
969 SetTitle(filename);
970 if (!IsPaused()) Pause();
971 ClearLog();
972 m_logSources.AddDBLogReader(filename);
973}
974
975void CMainFrame::SetTitle(const std::wstring& title)
976{

Callers

nothing calls this directly

Calls 2

SetTitleFunction · 0.85
AddDBLogReaderMethod · 0.80

Tested by

no test coverage detected