MCPcopy 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
574void
575Json::setObject()
576{
577 clear();
578 type_ = Object;
579 new (&object_value) std::map<std::string, Json>();
580}
581
582Json&
583Json::operator[](size_t index)

Callers 1

parseMethod · 0.80

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected