MCPcopy 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
434bool Backend::syncPlaytime() const { return m_syncPlaytime; }
435void 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