Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/Project_CodeNet
/ Edge_S
Class
Edge_S
tools/json-graph/src/jgflib.c:148–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
static Edge edge_create(void)
147
{
148
return calloc(1, sizeof(struct Edge_S));
149
}
150
151
static void edge_add(Graph g, Edge e)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected