Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ build_xml
Method
build_xml
lib_acl_cpp/src/stdlib/xml1.cpp:580–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
578
}
579
580
void xml1::build_xml(string& out) const
581
{
582
(void) acl_xml_build(xml_, out.vstring());
583
}
584
585
const char* xml1::to_string(size_t* len /* = NULL */) const
586
{
Callers
nothing calls this directly
Calls
2
acl_xml_build
Function · 0.85
vstring
Method · 0.80
Tested by
no test coverage detected