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

Method getModel

src/core/user_scripts/UserScriptManager.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32UserScriptModel *UserScriptManager::getModel()
33{
34 return m_model;
35}
36
37QString UserScriptManager::getScriptsFor(const QUrl &url, ScriptInjectionTime injectionTime, bool isMainFrame)
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected