Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3293
void CGitLogListBase::Clear()
3294
{
3295
m_arShownList.SafeRemoveAll();
3296
DeleteAllItems();
3297
3298
m_logEntries.ClearAll();
3299
}
3300
3301
void CGitLogListBase::OnDestroy()
3302
{
Callers
15
Refresh
Method · 0.95
FetchLogList
Method · 0.45
OnBnClickedContinue
Method · 0.45
ListConflictFile
Method · 0.45
OnRefreshFilelist
Method · 0.45
OnRebaseActionMessage
Method · 0.45
OnBnClickedOk
Method · 0.45
OnDisableButtons
Method · 0.45
ResolveThread
Method · 0.45
OnBnClickedOk
Method · 0.45
ChangedStatusThread
Method · 0.45
ClearGraph
Method · 0.45
Calls
2
SafeRemoveAll
Method · 0.80
ClearAll
Method · 0.45
Tested by
no test coverage detected