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

Method GetDiffCount

Src/WebPageDiffFrm.cpp:948–951  ·  view source on GitHub ↗

* @brief Returns the number of differences found */

Source from the content-addressed store, hash-verified

946 * @brief Returns the number of differences found
947 */
948int CWebPageDiffFrame::GetDiffCount() const
949{
950 return m_pWebDiffWindow->GetDiffCount();
951}
952
953/**
954 * @brief Update any resources necessary after a GUI language change

Callers 6

MoveOnLoadMethod · 0.45
OnUpdateStatusNumMethod · 0.45
OnNextdiffMethod · 0.45
OnUpdateNextdiffMethod · 0.45
OnUpdatePrevdiffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected