Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
destroy
Function · 0.85
create
Function · 0.85
reset
Function · 0.85
first_child
Method · 0.80
next_sibling
Method · 0.80
Tested by
no test coverage detected