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

Method truncate

external/pugixml/pugixml.cpp:6268–6273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6266 }
6267
6268 void truncate(xpath_node* pos)
6269 {
6270 assert(_begin <= pos && pos <= _end);
6271
6272 _end = pos;
6273 }
6274
6275 void remove_duplicates()
6276 {

Callers 1

apply_predicateMethod · 0.80

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected