Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/falkon
/ fullName
Method
fullName
src/plugins/GreaseMonkey/gm_script.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
QString GM_Script::fullName() const
69
{
70
return QSL(
"%1/%2"
).arg(m_namespace, m_name);
71
}
72
73
QString GM_Script::description() const
74
{
Callers
8
downloadScript
Method · 0.80
unloadScripts
Method · 0.80
containsScript
Method · 0.80
enableScript
Method · 0.80
disableScript
Method · 0.80
removeScript
Method · 0.80
load
Method · 0.80
scriptChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected