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

Function json_mkstring

crawl-ref/source/json.cc:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548JsonNode *json_mkstring(const char *s)
549{
550 return mkstring(json_strdup(s));
551}
552
553JsonNode *json_mkstring(string s)
554{

Callers 10

_species_metadataFunction · 0.85
_job_recommended_speciesFunction · 0.85
_job_metadataFunction · 0.85
_combo_arrayFunction · 0.85
_branch_info_arrayFunction · 0.85
xlog_jsonMethod · 0.85
send_milestoneMethod · 0.85
_print_gametypes_jsonFunction · 0.85
_append_save_infoFunction · 0.85

Calls 2

mkstringFunction · 0.85
json_strdupFunction · 0.85

Tested by

no test coverage detected