Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
566
void
567
Json::setArray()
568
{
569
clear();
570
type_ = Array;
571
new (&array_value) std::vector<Json>();
572
}
573
574
void
575
Json::setObject()
Callers
1
parse
Method · 0.80
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected