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

Method update

lib_acl_cpp/src/stdlib/xml2.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330const char* xml2::update(const char* data)
331{
332 return acl_xml2_update(xml_, data);
333}
334
335bool xml2::complete(const char* root_tag)
336{

Callers 3

md5_digestMethod · 0.45
md5_stringMethod · 0.45
md5_fileMethod · 0.45

Calls 1

acl_xml2_updateFunction · 0.85

Tested by

no test coverage detected