Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ addController
Method
addController
syncplay/server.py:694–695 ·
view source on GitHub ↗
(self, watcher)
Source
from the content-addressed store, hash-verified
692
return
0
693
694
def
addController(self, watcher):
695
self._controllers[watcher.getName()] = watcher
696
697
def
removeWatcher(self, watcher):
698
Room.removeWatcher(self, watcher)
Callers
1
authRoomController
Method · 0.80
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected