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

Function graph_add_attr

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

Source from the content-addressed store, hash-verified

42}
43
44static void graph_add_attr(Graph g, Attr a)
45{
46 a->next = g->attrs;
47 g->attrs = a;
48}
49
50static void node_add_attr(Node n, Attr a)
51{

Callers 1

jgf_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected