MCPcopy Create free account
hub / github.com/benlau/quickflux / script

Method script

qfappscriptrunnable.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20QJSValue QFAppScriptRunnable::script() const
21{
22 return m_script;
23}
24
25void QFAppScriptRunnable::setScript(const QJSValue &script)
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected