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

Function dataflow_node_getId

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

Source from the content-addressed store, hash-verified

110}
111
112const char* dataflow_node_getId(void* node)
113{
114 DataFlow::Node* n = static_cast<DataFlow::Node*>(node);
115 return n->v.componentId.c_str();
116}
117
118const char** dataflow_node_getParams(void* node)
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected