MCPcopy 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

PayloadClass · 0.85
got_pingedMethod · 0.45

Tested by

no test coverage detected