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

Method managedAppCount

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

Source from the content-addressed store, hash-verified

381}
382
383int Backend::managedAppCount() const {
384 int count = 0;
385 for (const auto &app : m_apps) {
386 if (app.isLocal && !app.name.contains("Soundtrack", Qt::CaseInsensitive))
387 count++;
388 }
389 return count;
390}
391QString Backend::steamPath() const { return m_steamPath; }
392QString Backend::storagePath() const { return m_storagePath; }
393bool Backend::isDeployed() const { return m_deployed; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected