MCPcopy 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
33string 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_argsFunction · 0.85

Calls 4

json_mkobjectFunction · 0.85
json_append_memberFunction · 0.85
_branch_info_arrayFunction · 0.85
to_stringMethod · 0.45

Tested by

no test coverage detected