MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / dataflow_node_targets

Function dataflow_node_targets

src_cpp/yaafe-python/yaafecoreDataFlow.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void** dataflow_node_targets(void* node)
154{
155 DataFlow::Node* n = static_cast<DataFlow::Node*>(node);
156 return buildNodeList(n->targetNodes());
157}
158
159void** dataflow_getNodes(void* dataflow)
160{

Callers

nothing calls this directly

Calls 2

buildNodeListFunction · 0.85
targetNodesMethod · 0.45

Tested by

no test coverage detected