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

Function append_member

crawl-ref/source/json.cc:601–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601static void append_member(JsonNode *object, char *key, JsonNode *value)
602{
603 value->key = key;
604 append_node(object, value);
605}
606
607void json_append_element(JsonNode *array, JsonNode *element)
608{

Callers 2

json_append_memberFunction · 0.85
parse_objectFunction · 0.85

Calls 1

append_nodeFunction · 0.85

Tested by

no test coverage detected