MCPcopy 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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected