MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / runScripts

Method runScripts

src/scripting/scripting.cpp:801–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801void KWin::Scripting::runScripts()
802{
803 QMutexLocker locker(m_scriptsLock.get());
804 for (int i = 0; i < scripts.size(); i++) {
805 scripts.at(i)->run();
806 }
807}
808
809void KWin::Scripting::scriptDestroyed(QObject *object)
810{

Callers

nothing calls this directly

Calls 4

atMethod · 0.80
getMethod · 0.45
sizeMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected