Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/IBM/Project_CodeNet
/ graph_create
Function
graph_create
tools/json-graph/src/jgflib.c:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
static Graph graph_create(void)
78
{
79
return calloc(1, sizeof(struct Graph_S));
80
}
81
82
#if 0
83
static void attrs_free(Attr attrs)
Callers
2
jgf_parse
Function · 0.85
jsonml_parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected