Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
527
bool json::finish()
528
{
529
return acl_json_finish(json_) == 0 ? false : true;
530
}
531
532
json_node* json::getFirstElementByTagName(const char* tag) const
533
{
Callers
5
md5_digest
Method · 0.45
md5_string
Method · 0.45
md5_file
Method · 0.45
deserialize
Function · 0.45
deserialize
Function · 0.45
Calls
1
acl_json_finish
Function · 0.85
Tested by
no test coverage detected