Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ json_mkarray
Function
json_mkarray
crawl-ref/source/json.cc:565–568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
563
}
564
565
JsonNode *json_mkarray()
566
{
567
return mknode(JSON_ARRAY);
568
}
569
570
JsonNode *json_mkobject()
571
{
Callers
1
parse_array
Function · 0.85
Calls
1
mknode
Function · 0.85
Tested by
no test coverage detected