Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ initProtocol
Method
initProtocol
syncplay/client.py:157–158 ·
view source on GitHub ↗
(self, protocol)
Source
from the content-addressed store, hash-verified
155
self.ui.showDebugMessage(
"MISSING/UNUSED STRINGS DETECTED:\n{}"
.format(missingStrings))
156
157
def
initProtocol(self, protocol):
158
self._protocol = protocol
159
160
def
destroyProtocol(self):
161
if
self._protocol:
Callers
1
connectionMade
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected