MCPcopy Index your code
hub / github.com/IBM/Project_CodeNet / node_add_attr

Function node_add_attr

tools/json-graph/src/jgflib.c:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static void node_add_attr(Node n, Attr a)
51{
52 a->next = n->attrs;
53 n->attrs = a;
54}
55
56jsmntok_t *node_attr_value(Node n, const char *key)
57{

Callers 2

jgf_parseFunction · 0.85
jsonml_attributesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected