MCPcopy Create free account
hub / github.com/acl-dev/acl / update

Method update

lib_acl_cpp/src/stdlib/xml1.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296const char* xml1::update(const char* data)
297{
298 return acl_xml_update(xml_, data);
299}
300
301bool xml1::complete(const char* root_tag)
302{

Callers

nothing calls this directly

Calls 1

acl_xml_updateFunction · 0.85

Tested by

no test coverage detected