Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ updateWebsocket
Method
updateWebsocket
src/Ui/UiServer.py:198–200 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
196
time.sleep(1)
197
198
def
updateWebsocket(self, **kwargs):
199
for
ws in self.websockets:
200
ws.event(
"serverChanged"
, kwargs)
Callers
11
actionSiteSign
Method · 0.45
cbSitePublish
Method · 0.45
actionSiteReload
Method · 0.45
actionCertAdd
Method · 0.45
cbCertAddConfirm
Method · 0.45
actionPermissionAdd
Method · 0.45
actionPermissionRemove
Method · 0.45
actionCertSet
Method · 0.45
actionSitePause
Method · 0.45
actionSiteResume
Method · 0.45
actionSiteSetLimit
Method · 0.45
Calls
1
event
Method · 0.80
Tested by
no test coverage detected