MCPcopy Create free account
hub / github.com/TeXworks/texworks / SetResult

Method SetResult

src/scripting/ScriptAPI.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void ScriptAPI::SetResult(const QVariant& rval)
61{
62 m_result = rval;
63}
64
65int ScriptAPI::strlen(const QString& str) const
66{

Callers 4

executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected