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

Method GetTempFilePathString

src/TortoiseMerge/TempFile.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151CString CTempFiles::GetTempFilePathString()
152{
153 return CreateTempPath (true, CTGitPath(), false).GetWinPathString();
154}
155
156CTGitPath CTempFiles::GetTempDirPath(bool bRemoveAtEnd, const CTGitPath& path /* = CTGitPath() */)
157{

Callers 4

LoadMethod · 0.80
PatchFileMethod · 0.80
DiffFilesMethod · 0.80
PatchFileMethod · 0.80

Calls 1

CTGitPathClass · 0.50

Tested by

no test coverage detected