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

Class ComponentParameter

src_cpp/yaafe-python/yaafecore.cpp:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109struct ComponentParameter** makeComponentParameterList(const ParameterDescriptorList& pList)
110{
111 struct ComponentParameter** params =
112 (struct ComponentParameter**) malloc((pList.size()+1)*sizeof(struct ComponentParameter*));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected