Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ setObject
Method
setObject
lib_acl_cpp/samples/benchmark/json/jtjson/json.cpp:574–580 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
void
575
Json::setObject()
576
{
577
clear();
578
type_ = Object;
579
new (&object_value) std::map<std::string, Json>();
580
}
581
582
Json&
583
Json::operator[](size_t index)
Callers
1
parse
Method · 0.80
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected