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

Method language

app/src/DataModel/Scripting/CFrameParser.cpp:281–284  ·  view source on GitHub ↗

* @brief Returns the ScriptLanguage implemented by this engine. */

Source from the content-addressed store, hash-verified

279 * @brief Returns the ScriptLanguage implemented by this engine.
280 */
281int DataModel::CFrameParser::language() const noexcept
282{
283 return SerialStudio::Native;
284}
285
286/**
287 * @brief Returns the most recent load error, or an empty string.

Callers 5

refreshEngineCachesMethod · 0.45
loadScriptMethod · 0.45
readCodeMethod · 0.45
clearContextMethod · 0.45
localizedTemplateNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected