MCPcopy Create free account
hub / github.com/crawl/crawl / _job_metadata_array

Function _job_metadata_array

crawl-ref/source/playable.cc:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163static JsonNode *_job_metadata_array()
164{
165 JsonNode *array(json_mkarray());
166 for (job_type job : playable_jobs())
167 json_append_element(array, _job_metadata(job));
168 return array;
169}
170
171static JsonNode *_combo_array()
172{

Callers 1

playable_metadata_jsonFunction · 0.85

Calls 3

playable_jobsFunction · 0.85
json_append_elementFunction · 0.85
_job_metadataFunction · 0.85

Tested by

no test coverage detected