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