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

Function dataflow_node_sources

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

Source from the content-addressed store, hash-verified

145}
146
147void** dataflow_node_sources(void* node)
148{
149 DataFlow::Node* n = static_cast<DataFlow::Node*>(node);
150 return buildNodeList(n->sourceNodes());
151}
152
153void** dataflow_node_targets(void* node)
154{

Callers

nothing calls this directly

Calls 2

buildNodeListFunction · 0.85
sourceNodesMethod · 0.45

Tested by

no test coverage detected