Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ pong
Method
pong
tools/python/test_server/server/ResponseProvider.py:110–112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
108
109
110
def
pong(self):
111
self.delegate.got_pinged()
112
return
Payload(
"pong"
)
113
114
115
def
my_id(self):
Callers
nothing calls this directly
Calls
2
Payload
Class · 0.85
got_pinged
Method · 0.45
Tested by
no test coverage detected