Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/IBM/Project_CodeNet
/ node_attr_value
Function
node_attr_value
tools/json-graph/src/jgflib.c:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
jsmntok_t *node_attr_value(Node n, const char *key)
57
{
58
Attr attr = attr_find(n->attrs, key);
59
return attr ? attr->value : NULL;
60
}
61
62
unsigned outdegree(Node n)
63
{
Callers
2
node_info
Function · 0.85
show_spt_aux
Function · 0.85
Calls
1
attr_find
Function · 0.85
Tested by
no test coverage detected