Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ ~xml2
Method
~xml2
lib_acl_cpp/src/stdlib/xml2.cpp:297–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
xml2::~xml2()
298
{
299
if (iter_) {
300
acl_myfree(iter_);
301
}
302
delete root_;
303
acl_xml2_free(xml_);
304
}
305
306
xml& xml2::ignore_slash(bool on)
307
{
Callers
nothing calls this directly
Calls
1
acl_xml2_free
Function · 0.85
Tested by
no test coverage detected