Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/Project_CodeNet
/ Graph_S
Class
Graph_S
tools/json-graph/src/jgflib.c:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
static Graph graph_create(void)
78
{
79
return calloc(1, sizeof(struct Graph_S));
80
}
81
82
#if 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected