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

Method Clear

src/TortoiseProc/GitLogListBase.cpp:3293–3299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3291}
3292
3293void CGitLogListBase::Clear()
3294{
3295 m_arShownList.SafeRemoveAll();
3296 DeleteAllItems();
3297
3298 m_logEntries.ClearAll();
3299}
3300
3301void CGitLogListBase::OnDestroy()
3302{

Callers 15

RefreshMethod · 0.95
FetchLogListMethod · 0.45
OnBnClickedContinueMethod · 0.45
ListConflictFileMethod · 0.45
OnRefreshFilelistMethod · 0.45
OnRebaseActionMessageMethod · 0.45
OnBnClickedOkMethod · 0.45
OnDisableButtonsMethod · 0.45
ResolveThreadMethod · 0.45
OnBnClickedOkMethod · 0.45
ChangedStatusThreadMethod · 0.45
ClearGraphMethod · 0.45

Calls 2

SafeRemoveAllMethod · 0.80
ClearAllMethod · 0.45

Tested by

no test coverage detected