Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
548
JsonNode *json_mkstring(const char *s)
549
{
550
return mkstring(json_strdup(s));
551
}
552
553
JsonNode *json_mkstring(string s)
554
{
Callers
10
_species_recommended_jobs
Function · 0.85
_species_metadata
Function · 0.85
_job_recommended_species
Function · 0.85
_job_metadata
Function · 0.85
_combo_array
Function · 0.85
_branch_info_array
Function · 0.85
xlog_json
Method · 0.85
send_milestone
Method · 0.85
_print_gametypes_json
Function · 0.85
_append_save_info
Function · 0.85
Calls
2
mkstring
Function · 0.85
json_strdup
Function · 0.85
Tested by
no test coverage detected