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

Method canBeUnloaded

Suscan/Plugin.cpp:348–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348bool
349Plugin::canBeUnloaded(void) const
350{
351 for (auto p : this->m_factorySet)
352 if (!p->canBeRemoved())
353 return false;
354
355 return true;
356}

Callers 1

unloadMethod · 0.95

Calls 1

canBeRemovedMethod · 0.80

Tested by

no test coverage detected