Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ ~PluginDeclaration
Method
~PluginDeclaration
src/laybasic/laybasic/layPlugin.cc:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
PluginDeclaration::~PluginDeclaration ()
66
{
67
if (Dispatcher::instance ()) {
68
Dispatcher::instance ()->plugin_removed (this);
69
}
70
}
71
72
#if defined(HAVE_QT)
73
void
Callers
nothing calls this directly
Calls
2
plugin_removed
Method · 0.80
instance
Function · 0.70
Tested by
no test coverage detected