| 476 | } |
| 477 | |
| 478 | CString CTGitPath::GetFileOrDirectoryName() const |
| 479 | { |
| 480 | EnsureBackslashPathSet(); |
| 481 | return m_sBackslashPath.Mid(m_sBackslashPath.ReverseFind('\\')+1); |
| 482 | } |
| 483 | |
| 484 | CString CTGitPath::GetUIFileOrDirectoryName() const |
| 485 | { |
no outgoing calls
no test coverage detected