* @brief Returns the current derived FrameConfig for device 0. */
| 89 | * @brief Returns the current derived FrameConfig for device 0. |
| 90 | */ |
| 91 | IO::FrameConfig AppState::frameConfig() const noexcept |
| 92 | { |
| 93 | return m_frameConfig; |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * @brief Returns true while the session is ephemeral (operator/runtime deployments). |
no outgoing calls
no test coverage detected