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

Method GetFirstDiffPosition

Src/DiffItemList.cpp:71–74  ·  view source on GitHub ↗

* @brief Get position of first item in structured DIFFITEM tree */

Source from the content-addressed store, hash-verified

69 * @brief Get position of first item in structured DIFFITEM tree
70 */
71DIFFITEM *DiffItemList::GetFirstDiffPosition() const
72{
73 return GetFirstChildDiffPosition(m_pRoot);
74}
75
76/**
77 * @brief Get position of first child item in structured DIFFITEM tree

Callers 15

FindItemFromPathsFunction · 0.80
SetItemViewFlagFunction · 0.80
ExpandAllSubdirsFunction · 0.80
ExpandDifferentSubdirsFunction · 0.80
ExpandIdenticalSubdirsFunction · 0.80
CollapseAllSubdirsFunction · 0.80
SaveTreeStateFunction · 0.80
RestoreTreeStateFunction · 0.80
TESTFunction · 0.80
DetectMethod · 0.80
MergeMethod · 0.80
RedisplayMethod · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64