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

Method GetTempFilePath

src/TortoiseMerge/TempFile.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 14

OnOpenDocumentMethod · 0.45
ReadPropsMethod · 0.45
download_keyFunction · 0.45
GetContextMenuMethod · 0.45
OnBnClickedOpencertMethod · 0.45
CheckThreadMethod · 0.45
FillChangelogMethod · 0.45
DownloadMethod · 0.45
DiffNullMethod · 0.45
DiffMethod · 0.45
ContextMenuActionMethod · 0.45
OpenFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected