Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ actionPing
Method
actionPing
src/File/FileRequest.py:428–429 ·
view source on GitHub ↗
(self, params)
Source
from the content-addressed store, hash-verified
426
427
# Send a simple Pong! answer
428
def
actionPing(self, params):
429
self.response(b
"Pong!"
)
430
431
# Check requested port of the other peer
432
def
actionCheckport(self, params):
Callers
nothing calls this directly
Calls
1
response
Method · 0.95
Tested by
no test coverage detected