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

Function dataflow_freeNodeList

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

Source from the content-addressed store, hash-verified

176
177
178void dataflow_freeNodeList(void** nodelist)
179{
180 free(nodelist);
181}
182
183void dataflow_link(void* dataflow, void* source, char* sourceport, void* target, char* targetport)
184{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected