MCPcopy Index your code
hub / github.com/shareAI-lab/learn-claude-code / run_send_message

Function run_send_message

s16_team_protocols/code.py:663–665  ·  view source on GitHub ↗
(to: str, content: str)

Source from the content-addressed store, hash-verified

661
662
663def run_send_message(to: str, content: str) -> str:
664 BUS.send("lead", to, content)
665 return f"Sent to {to}"
666
667
668def run_check_inbox() -> str:

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected