MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / send

Method send

tests/test_browser_captcha_personal.py:40–44  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

38 self.messages = []
39
40 async def send(self, message):
41 self.messages.append(message)
42 payload = json.loads(message)
43 transaction = self.owner.mapper[payload["id"]]
44 transaction(result={"ok": True})
45
46
47class _ConnectionWithoutClosed:

Calls

no outgoing calls

Tested by

no test coverage detected