Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeFroid/Viper-Browser
/ setEnabled
Method
setEnabled
src/core/user_scripts/UserScript.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void UserScript::setEnabled(bool value)
54
{
55
m_isEnabled = value;
56
}
57
58
const QByteArray &UserScript::getDependencyData() const
59
{
Callers
1
setData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected