Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ branch_data_json
Function
branch_data_json
crawl-ref/source/branch-data-json.cc:33–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
string branch_data_json()
34
{
35
JsonWrapper json(json_mkobject());
36
json_append_member(json.node,
"branches"
, _branch_info_array());
37
return json.to_string();
38
}
Callers
1
parse_args
Function · 0.85
Calls
4
json_mkobject
Function · 0.85
json_append_member
Function · 0.85
_branch_info_array
Function · 0.85
to_string
Method · 0.45
Tested by
no test coverage detected