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

Method sort

external/pugixml/pugixml.cpp:9174–9177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9172 }
9173
9174 void xpath_node_set::sort(bool reverse)
9175 {
9176 _type = xpath_sort(_begin, _end, _type, reverse);
9177 }
9178
9179 xpath_node xpath_node_set::first() const
9180 {

Callers

nothing calls this directly

Calls 1

xpath_sortFunction · 0.85

Tested by

no test coverage detected