Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ reset
Method
reset
Tools/EditorFramework/pugixml.cpp:5695–5699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5693
}
5694
5695
PUGI__FN void xml_document::reset()
5696
{
5697
destroy();
5698
create();
5699
}
5700
5701
PUGI__FN void xml_document::reset(const xml_document& proto)
5702
{
Callers
6
clear
Method · 0.45
load
Method · 0.45
clear
Method · 0.45
load
Method · 0.45
clear
Method · 0.45
load
Method · 0.45
Calls
3
reset
Function · 0.85
first_child
Method · 0.45
next_sibling
Method · 0.45
Tested by
no test coverage detected