Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ add_dag_node
Function
add_dag_node
graphlearn/python/c/py_wrapper.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void add_dag_node(DagDef* dag, const DagNodeDef* node) {
91
DagNodeDef* n = dag->add_nodes();
92
*n = *node;
93
}
94
95
DagDef* new_dag() {
96
return new DagDef();
Callers
1
init_client_module
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected