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

Method instance

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

Source from the content-addressed store, hash-verified

81
82
83 ComponentFactory* ComponentFactory::instance() {
84 static ComponentFactory* instance = new ComponentFactory();
85 return instance;
86 }
87
88 void ComponentFactory::destroy() {
89 ComponentFactory* fact = instance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected