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

Method useComponentLibrary

src_cpp/yaafe-core/DataFlow.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 void DataFlow::useComponentLibrary(const std::string& lib)
336 {
337 m_libs.insert(lib);
338 }
339
340 const std::set<std::string>& DataFlow::getComponentLibraries() const
341 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected