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

Function client_reset

chatbot/python/chatbot.py:170–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 queue_out.put(msg)
169
170def client_reset():
171 # Drain the queue
172 try:
173 while queue_out.get(False) != None:
174 pass
175 except queue.Empty:
176 pass
177
178def hello():
179 tid = next_id()

Callers 1

runFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…