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

Method updateAvailable

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

Source from the content-addressed store, hash-verified

83bool Deployer::headcrabInstalled() const { return m_headcrabInstalled; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected