MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / unregisterFactory

Method unregisterFactory

Suscan/Plugin.cpp:338–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338bool
339Plugin::unregisterFactory(FeatureFactory *factory)
340{
341 // This is not an error: removal may have been triggered by erase
342 if (this->m_factorySet.contains(factory))
343 this->m_factorySet.remove(factory);
344
345 return true;
346}
347
348bool
349Plugin::canBeUnloaded(void) const

Callers 1

~FeatureFactoryMethod · 0.80

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected