MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / actionPing

Method actionPing

src/Ui/UiWebsocket.py:341–342  ·  view source on GitHub ↗
(self, to)

Source from the content-addressed store, hash-verified

339
340 # Send a simple pong answer
341 def actionPing(self, to):
342 self.response(to, "pong")
343
344 # Send site details
345 def actionSiteInfo(self, to, file_status=None):

Callers

nothing calls this directly

Calls 1

responseMethod · 0.95

Tested by

no test coverage detected