Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ meetsMinVersion
Method
meetsMinVersion
syncplay/protocols.py:487–488 ·
view source on GitHub ↗
(self, version)
Source
from the content-addressed store, hash-verified
485
return
self._logged
486
487
def
meetsMinVersion(self, version):
488
return
self._version >= version
489
490
def
getVersion(self):
491
return
self._version
Callers
4
checkForFeatureSupport
Method · 0.80
isReadinessSupported
Method · 0.80
sendChatMessage
Method · 0.80
lineReceived
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected