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

Function edge_create

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

Source from the content-addressed store, hash-verified

144}
145
146static Edge edge_create(void)
147{
148 return calloc(1, sizeof(struct Edge_S));
149}
150
151static void edge_add(Graph g, Edge e)
152{

Callers 2

jgf_parseFunction · 0.85
jsonml_elementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected