Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Selectively11/CloudRedirect
/ syncPlaytime
Method
syncPlaytime
ui-linux/src/backend.cpp:434–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
432
}
433
434
bool Backend::syncPlaytime() const { return m_syncPlaytime; }
435
void Backend::setSyncPlaytime(bool enabled)
436
{
437
if (m_syncPlaytime == enabled) return;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected