Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/IBM/Project_CodeNet
/ node_add_attr
Function
node_add_attr
tools/json-graph/src/jgflib.c:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
static void node_add_attr(Node n, Attr a)
51
{
52
a->next = n->attrs;
53
n->attrs = a;
54
}
55
56
jsmntok_t *node_attr_value(Node n, const char *key)
57
{
Callers
2
jgf_parse
Function · 0.85
jsonml_attributes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected