MCPcopy Index your code
hub / github.com/IBM/Project_CodeNet / node_create

Function node_create

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

Source from the content-addressed store, hash-verified

117#endif
118
119static Node node_create(void)
120{
121 return calloc(1, sizeof(struct Node_S));
122}
123
124static void node_add(Graph g, Node n)
125{

Callers 2

jgf_parseFunction · 0.85
jsonml_elementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected