MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / reset

Method reset

Source/ThirdParty/pugixml/pugixml.cpp:6023–6027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6021 }
6022
6023 PUGI__FN void xml_document::reset()
6024 {
6025 destroy();
6026 create();
6027 }
6028
6029 PUGI__FN void xml_document::reset(const xml_document& proto)
6030 {

Callers

nothing calls this directly

Calls 5

destroyFunction · 0.85
createFunction · 0.85
resetFunction · 0.85
first_childMethod · 0.80
next_siblingMethod · 0.80

Tested by

no test coverage detected