MCPcopy Create free account
hub / github.com/TortoiseGit/TortoiseGit / ClearAll

Method ClearAll

src/TortoiseProc/LogDataVector.cpp:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35#include "UnicodeUtils.h"
36
37void CLogDataVector::ClearAll()
38{
39 clear();
40 m_HashMap.clear();
41 m_Lns.clear();
42
43 m_FirstFreeLane=0;
44 m_Lns.clear();
45 if (m_pLogCache)
46 m_pLogCache->ClearAllLanes();
47}
48
49//CLogDataVector Class
50int CLogDataVector::ParserFromLog(const CTGitPath* path, DWORD count, DWORD infomask, const CString* range)

Callers 5

~CGitLogListBaseMethod · 0.45
FillGitLogMethod · 0.45
BeginFetchLogMethod · 0.45
ClearMethod · 0.45
FetchRevisionDataMethod · 0.45

Calls 2

ClearAllLanesMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected