Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/Project_CodeNet
/ edge_add_attr
Function
edge_add_attr
tools/json-graph/src/jgflib.c:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
static void edge_add_attr(Edge e, Attr a)
72
{
73
a->next = e->attrs;
74
e->attrs = a;
75
}
76
77
static Graph graph_create(void)
78
{
Callers
1
jgf_parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected