Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
170
def
client_reset():
171
# Drain the queue
172
try
:
173
while
queue_out.get(False) != None:
174
pass
175
except
queue.Empty:
176
pass
177
178
def
hello():
179
tid = next_id()
Callers
1
run
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…