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

Function node_attr_value

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

Source from the content-addressed store, hash-verified

54}
55
56jsmntok_t *node_attr_value(Node n, const char *key)
57{
58 Attr attr = attr_find(n->attrs, key);
59 return attr ? attr->value : NULL;
60}
61
62unsigned outdegree(Node n)
63{

Callers 2

node_infoFunction · 0.85
show_spt_auxFunction · 0.85

Calls 1

attr_findFunction · 0.85

Tested by

no test coverage detected