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

Method GetNormalizedPath

Src/DiffContext.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 */
107 String GetNormalizedRight() const { return m_paths.GetRight(); }
108 String GetNormalizedPath(int nIndex) const { return m_paths.GetPath(nIndex, true); }
109 PathContext GetNormalizedPaths() const
110 {
111 PathContext paths;

Callers 6

InitCompareMethod · 0.80
EnumMethod · 0.80
OnSaveProjectMethod · 0.80
OnToolsGeneratePatchMethod · 0.80

Calls 1

GetPathMethod · 0.45

Tested by

no test coverage detected