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

Method Clear

src/Git/TGitPath.cpp:1432–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430 return m_paths.empty();
1431}
1432void CTGitPathList::Clear()
1433{
1434 m_Action = 0;
1435 m_paths.clear();
1436 m_commonBaseDirectory.Reset();
1437}
1438
1439const CTGitPath& CTGitPathList::operator[](INT_PTR index) const
1440{

Callers 3

ParserFromLsFileMethod · 0.95
FillUnRevMethod · 0.95
ParserFromLogMethod · 0.95

Calls 2

clearMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected