Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ reset
Method
reset
lib_acl_cpp/src/stdlib/xml1.cpp:600–607 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
void xml1::reset()
601
{
602
clear();
603
delete root_;
604
root_ = NULL;
605
acl_xml_reset(xml_);
606
//dummyRootAdded_ = false;
607
}
608
609
size_t xml1::space() const
610
{
Callers
nothing calls this directly
Calls
2
acl_xml_reset
Function · 0.85
clear
Function · 0.50
Tested by
no test coverage detected