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

Function attrs_free

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

Source from the content-addressed store, hash-verified

81
82#if 0
83static void attrs_free(Attr attrs)
84{
85 while (attrs) {
86 Attr save = attrs->next;
87 free(attrs);
88 attrs = save;
89 }
90}
91
92static void graph_free(Graph g)
93{

Callers 1

graph_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected