MCPcopy Create free account
hub / github.com/WinMerge/winmerge / SetDisplayFilepaths

Method SetDisplayFilepaths

Src/DiffFileData.cpp:47–51  ·  view source on GitHub ↗

@brief stash away true names for display, before opening files */

Source from the content-addressed store, hash-verified

45
46/** @brief stash away true names for display, before opening files */
47void DiffFileData::SetDisplayFilepaths(const String& szTrueFilepath1, const String& szTrueFilepath2)
48{
49 m_sDisplayFilepath[0] = szTrueFilepath1;
50 m_sDisplayFilepath[1] = szTrueFilepath2;
51}
52
53/** @brief Open file descriptors in the inf structure (return false if failure) */
54bool DiffFileData::DoOpenFiles()

Callers 2

RunFileDiffMethod · 0.80
CompareFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected