Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
348
bool
349
Plugin::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
unload
Method · 0.95
Calls
1
canBeRemoved
Method · 0.80
Tested by
no test coverage detected