Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
119
static Node node_create(void)
120
{
121
return calloc(1, sizeof(struct Node_S));
122
}
123
124
static void node_add(Graph g, Node n)
125
{
Callers
2
jgf_parse
Function · 0.85
jsonml_element
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected