MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / installAll

Method installAll

app/src/DataModel/Scripting/ScriptApiCall.cpp:784–790  ·  view source on GitHub ↗

* @brief Installs every host bridge and the full SDK into a QJSEngine in one call. */

Source from the content-addressed store, hash-verified

782 * @brief Installs every host bridge and the full SDK into a QJSEngine in one call.
783 */
784void DataModel::ScriptApiCall::installAll(QJSEngine* js, int sourceId)
785{
786 Q_ASSERT(js);
787
788 installHelperBridgesJS(js, sourceId);
789 installJS(js, sourceId);
790}
791
792/**
793 * @brief Installs every host bridge and the full SDK into a Lua state in one call.

Callers

nothing calls this directly

Calls 1

injectTableApiLuaMethod · 0.80

Tested by

no test coverage detected