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

Method setArray

lib_acl_cpp/samples/benchmark/json/jtjson/json.cpp:566–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void
567Json::setArray()
568{
569 clear();
570 type_ = Array;
571 new (&array_value) std::vector<Json>();
572}
573
574void
575Json::setObject()

Callers 1

parseMethod · 0.80

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected