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

Method alreadyDeployed

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

Source from the content-addressed store, hash-verified

82bool Deployer::slssteamInstalled() const { return m_slssteamInstalled; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected