MCPcopy Create free account
hub / github.com/MyGUI/mygui / remove_duplicates

Method remove_duplicates

Tools/EditorFramework/pugixml.cpp:7620–7626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7618 }
7619
7620 void remove_duplicates()
7621 {
7622 if (_type == xpath_node_set::type_unsorted)
7623 sort(_begin, _end, duplicate_comparator());
7624
7625 _end = unique(_begin, _end);
7626 }
7627
7628 xpath_node_set::type_t type() const
7629 {

Callers 2

step_doMethod · 0.45
eval_node_setMethod · 0.45

Calls 3

sortFunction · 0.70
uniqueFunction · 0.70

Tested by

no test coverage detected