MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / reset

Method reset

lib/pugixml/src/pugixml.cpp:6950–6954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6948#endif
6949
6950 PUGI__FN void xml_document::reset()
6951 {
6952 _destroy();
6953 _create();
6954 }
6955
6956 PUGI__FN void xml_document::reset(const xml_document& proto)
6957 {

Callers 4

close_fdsMethod · 0.45
close_stdinMethod · 0.45
close_fdsMethod · 0.45
close_stdinMethod · 0.45

Calls 2

node_copy_treeFunction · 0.85
resetFunction · 0.50

Tested by

no test coverage detected