Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
static void attrs_free(Attr attrs)
84
{
85
while (attrs) {
86
Attr save = attrs->next;
87
free(attrs);
88
attrs = save;
89
}
90
}
91
92
static void graph_free(Graph g)
93
{
Callers
1
graph_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected