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

Method deviceControlAllowed

app/src/AI/CommandRegistry.cpp:121–124  ·  view source on GitHub ↗

* @brief Returns whether device-gated commands are currently unblocked. */

Source from the content-addressed store, hash-verified

119 * @brief Returns whether device-gated commands are currently unblocked.
120 */
121bool AI::CommandRegistry::deviceControlAllowed() const
122{
123 return m_deviceControlAllowed;
124}
125
126/**
127 * @brief Returns whether a command belongs to the device-gated set.

Callers 2

roleBlockMethod · 0.80
makeInnerOpRejectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected