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

Method isDeployed

ui-linux/src/backend.cpp:393–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391QString Backend::steamPath() const { return m_steamPath; }
392QString Backend::storagePath() const { return m_storagePath; }
393bool Backend::isDeployed() const { return m_deployed; }
394
395QString Backend::providerName() const { return m_providerName; }
396void Backend::setProviderName(const QString &name) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected