MCPcopy
hub / github.com/tinode/chat / client_post

Function client_post

chatbot/python/chatbot.py:167–168  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

165 yield msg
166
167def client_post(msg):
168 queue_out.put(msg)
169
170def client_reset():
171 # Drain the queue

Callers 4

subscription_failedFunction · 0.85
init_clientFunction · 0.85
client_message_loopFunction · 0.85
on_loginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…