Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
using namespace std;
37
38
void destroyFactory() {
39
ComponentFactory::destroy();
40
}
41
42
const char* getYaafeVersion() {
43
return ComponentFactory::version();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected