MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _ack

Method _ack

src/server/agent_server.py:472–474  ·  view source on GitHub ↗
(self, request_id: object)

Source from the content-addressed store, hash-verified

470 })
471
472 def _ack(self, request_id: object) -> None:
473 if isinstance(request_id, str):
474 self._reply(request_id, {"ok": True})
475
476 def _reply(self, request_id: object, response: dict) -> None:
477 if not isinstance(request_id, str):

Callers 1

Calls 1

_replyMethod · 0.95

Tested by

no test coverage detected