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

Function noSession

app/src/API/Handlers/WindowHandler.cpp:38–42  ·  view source on GitHub ↗

* @brief Build the standard "no dashboard session active" error response. */

Source from the content-addressed store, hash-verified

36 * @brief Build the standard "no dashboard session active" error response.
37 */
38static API::CommandResponse noSession(const QString& id)
39{
40 return API::CommandResponse::makeError(
41 id, API::ErrorCode::ExecutionError, QStringLiteral("No dashboard session active"));
42}
43
44//--------------------------------------------------------------------------------------------------
45// Command registration

Callers 10

getGroupsMethod · 0.85
setActiveGroupMethod · 0.85
setActiveGroupIndexMethod · 0.85
getWindowStatesMethod · 0.85
setWindowStateMethod · 0.85
setAutoLayoutMethod · 0.85
saveLayoutMethod · 0.85
loadLayoutMethod · 0.85
getLayoutMethod · 0.85
setLayoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected