| 144 | } |
| 145 | |
| 146 | CTGitPath CTempFiles::GetTempFilePath(bool bRemoveAtEnd, const CTGitPath& path /* = CTGitPath() */) |
| 147 | { |
| 148 | return CreateTempPath (bRemoveAtEnd, path, false); |
| 149 | } |
| 150 | |
| 151 | CString CTempFiles::GetTempFilePathString() |
| 152 | { |
no outgoing calls
no test coverage detected