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

Method finish

lib_acl_cpp/src/stdlib/json.cpp:527–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527bool json::finish()
528{
529 return acl_json_finish(json_) == 0 ? false : true;
530}
531
532json_node* json::getFirstElementByTagName(const char* tag) const
533{

Callers 5

md5_digestMethod · 0.45
md5_stringMethod · 0.45
md5_fileMethod · 0.45
deserializeFunction · 0.45
deserializeFunction · 0.45

Calls 1

acl_json_finishFunction · 0.85

Tested by

no test coverage detected