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

Method GetCompareMethod

Src/ProjectFile.h:798–801  ·  view source on GitHub ↗

* @brief Returns the value of the "Compare method" setting. * @return The value of the "Compare method" setting */

Source from the content-addressed store, hash-verified

796 * @return The value of the "Compare method" setting
797 */
798inline int ProjectFileItem::GetCompareMethod() const
799{
800 return m_nCompareMethod.value_or(0);
801}
802
803/**
804 * @brief Set the value of the "Compare method" setting.

Callers 7

RescanMethod · 0.45
prepAndCompareFilesMethod · 0.45
DirScan_CompareItemsFunction · 0.45
OnLoadProjectMethod · 0.45
SaveMethod · 0.45
TimeSizeCompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected