Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ isLogged
Method
isLogged
syncplay/protocols.py:484–485 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
482
return
self._features
483
484
def
isLogged(self):
485
return
self._logged
486
487
def
meetsMinVersion(self, version):
488
return
self._version >= version
Callers
2
handleTLS
Method · 0.95
sendState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected