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

Function dataflow_node_freeParams

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

Source from the content-addressed store, hash-verified

132}
133
134void dataflow_node_freeParams(const char** params)
135{
136 free(params);
137}
138
139void** buildNodeList(const DataFlow::NodeList& nodes) {
140 void** res = (void**) malloc((nodes.size()+1)*sizeof(void*));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected