MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / slsCloudBlocked

Method slsCloudBlocked

ui-linux/src/deployer.cpp:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84bool Deployer::alreadyDeployed() const { return m_alreadyDeployed; }
85bool Deployer::updateAvailable() const { return m_updateAvailable; }
86bool Deployer::slsCloudBlocked() const { return m_slsCloudBlocked; }
87QString Deployer::statusMessage() const { return m_statusMessage; }
88QString Deployer::bundledVersion() const { return m_bundledVersion; }
89QString Deployer::deployedVersion() const { return m_deployedVersion; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected