MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / isEnabled

Method isEnabled

src/core/user_scripts/UserScript.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool UserScript::isEnabled() const
49{
50 return m_isEnabled;
51}
52
53void UserScript::setEnabled(bool value)
54{

Callers 6

setPageMethod · 0.45
onChangeMethod · 0.45
dataMethod · 0.45
setDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected