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

Method ephemeralSession

app/src/AppState.cpp:99–102  ·  view source on GitHub ↗

* @brief Returns true while the session is ephemeral (operator/runtime deployments). */

Source from the content-addressed store, hash-verified

97 * @brief Returns true while the session is ephemeral (operator/runtime deployments).
98 */
99bool AppState::ephemeralSession() const noexcept
100{
101 return m_ephemeralSession;
102}
103
104//--------------------------------------------------------------------------------------------------
105// Public slots

Callers 2

startDemoMethod · 0.80
startDemoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected