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

Method sourceCode

src/lib/plugins/qml/api/userscript/qmluserscript.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99QString QmlUserScript::sourceCode() const
100{
101 return m_webEngineScript.sourceCode();
102}
103
104void QmlUserScript::setSourceCode(const QString &sourceCode)
105{

Callers 1

populateWebViewMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected