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

Method createComponent

src_cpp/yaafe-core/ComponentFactory.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 Component* ComponentFactory::createComponent(const std::string& identifier) {
117 const Component* p = getPrototype(identifier);
118 if (p)
119 return p->clone();
120 return NULL;
121 }
122
123 ParameterDescriptor ComponentFactory::getParameterDescriptor(
124 const std::string& component, const std::string& param) {

Callers 3

processFileMethod · 0.80
createWriterMethod · 0.80
getMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected