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

Method Deployer

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

Source from the content-addressed store, hash-verified

74}
75
76Deployer::Deployer(QObject *parent)
77 : QObject(parent)
78{
79 checkPrerequisites();
80}
81
82bool Deployer::slssteamInstalled() const { return m_slssteamInstalled; }
83bool Deployer::headcrabInstalled() const { return m_headcrabInstalled; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected