MCPcopy 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

actionSiteSignMethod · 0.45
cbSitePublishMethod · 0.45
actionSiteReloadMethod · 0.45
actionCertAddMethod · 0.45
cbCertAddConfirmMethod · 0.45
actionPermissionAddMethod · 0.45
actionCertSetMethod · 0.45
actionSitePauseMethod · 0.45
actionSiteResumeMethod · 0.45
actionSiteSetLimitMethod · 0.45

Calls 1

eventMethod · 0.80

Tested by

no test coverage detected