Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/falkon
/ unload
Method
unload
src/plugins/GreaseMonkey/gm_plugin.cpp:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void GM_Plugin::unload()
55
{
56
m_manager->unloadPlugin();
57
delete m_manager;
58
}
59
60
bool GM_Plugin::testPlugin()
61
{
Callers
nothing calls this directly
Calls
1
unloadPlugin
Method · 0.45
Tested by
no test coverage detected