MCPcopy Create free account
hub / github.com/KDE/falkon / isEnabled

Method isEnabled

src/plugins/GreaseMonkey/gm_script.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool GM_Script::isEnabled() const
114{
115 return m_valid && m_enabled;
116}
117
118void GM_Script::setEnabled(const bool enable)
119{

Callers 5

GM_IconMethod · 0.45
handleClickedMethod · 0.45
populateWebViewMenuMethod · 0.45
GM_SettingsMethod · 0.45
loadScriptsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected