| 389 | return count; |
| 390 | } |
| 391 | QString Backend::steamPath() const { return m_steamPath; } |
| 392 | QString Backend::storagePath() const { return m_storagePath; } |
| 393 | bool Backend::isDeployed() const { return m_deployed; } |
| 394 |
nothing calls this directly
no outgoing calls
no test coverage detected