MCPcopy 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
77static Graph graph_create(void)
78{
79 return calloc(1, sizeof(struct Graph_S));
80}
81
82#if 0
83static void attrs_free(Attr attrs)

Callers 2

jgf_parseFunction · 0.85
jsonml_parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected