MCPcopy Create free account
hub / github.com/WheretIB/nullc / remove_duplicates

Method remove_duplicates

external/pugixml/pugixml.cpp:6275–6281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6273 }
6274
6275 void remove_duplicates()
6276 {
6277 if (_type == xpath_node_set::type_unsorted)
6278 sort(_begin, _end, duplicate_comparator());
6279
6280 _end = unique(_begin, _end);
6281 }
6282
6283 xpath_node_set::type_t type() const
6284 {

Callers 2

step_doMethod · 0.80
eval_node_setMethod · 0.80

Calls 3

sortFunction · 0.85
uniqueFunction · 0.85

Tested by

no test coverage detected