Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
663
def
run_send_message(to: str, content: str) -> str:
664
BUS.send(
"lead"
, to, content)
665
return
f
"Sent to {to}"
666
667
668
def
run_check_inbox() -> str:
Callers
nothing calls this directly
Calls
1
send
Method · 0.45
Tested by
no test coverage detected