MCPcopy Create free account
hub / github.com/IBM/Project_CodeNet / edge_add_attr

Function edge_add_attr

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

Source from the content-addressed store, hash-verified

69}
70
71static void edge_add_attr(Edge e, Attr a)
72{
73 a->next = e->attrs;
74 e->attrs = a;
75}
76
77static Graph graph_create(void)
78{

Callers 1

jgf_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected