MCPcopy
hub / github.com/lightningpixel/modly / send

Function send

api/runner.py:52–54  ·  view source on GitHub ↗
(msg: dict)

Source from the content-addressed store, hash-verified

50# ------------------------------------------------------------------ #
51
52def send(msg: dict) -> None:
53 sys.stdout.write(json.dumps(msg) + "\n")
54 sys.stdout.flush()
55
56
57def recv():

Callers 3

recvFunction · 0.85
mainFunction · 0.85
progress_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected