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

Function mkstring

crawl-ref/source/json.cc:541–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541static JsonNode *mkstring(char *s)
542{
543 JsonNode *ret = mknode(JSON_STRING);
544 ret->string_ = s;
545 return ret;
546}
547
548JsonNode *json_mkstring(const char *s)
549{

Callers 2

json_mkstringFunction · 0.85
parse_valueFunction · 0.85

Calls 1

mknodeFunction · 0.85

Tested by

no test coverage detected