Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
541
static JsonNode *mkstring(char *s)
542
{
543
JsonNode *ret = mknode(JSON_STRING);
544
ret->string_ = s;
545
return ret;
546
}
547
548
JsonNode *json_mkstring(const char *s)
549
{
Callers
2
json_mkstring
Function · 0.85
parse_value
Function · 0.85
Calls
1
mknode
Function · 0.85
Tested by
no test coverage detected