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/xml2.cpp:540–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
}
539
540
void xml2::build_xml(string& out) const
541
{
542
(void) acl_xml2_build2(xml_, out.vstring());
543
}
544
545
const char* xml2::to_string(size_t* len /* = NULL */) const
546
{
Callers
15
doPost
Method · 0.45
do_xml
Method · 0.45
test
Function · 0.45
test2
Function · 0.45
test_build
Function · 0.45
main
Function · 0.45
test
Function · 0.45
test2
Function · 0.45
test_build
Function · 0.45
test
Function · 0.45
test2
Function · 0.45
doPost
Method · 0.45
Calls
2
acl_xml2_build2
Function · 0.85
vstring
Method · 0.80
Tested by
2
test_build
Function · 0.36
test_build
Function · 0.36