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

Function destroyFactory

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

Source from the content-addressed store, hash-verified

36using namespace std;
37
38void destroyFactory() {
39 ComponentFactory::destroy();
40}
41
42const char* getYaafeVersion() {
43 return ComponentFactory::version();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected