MCPcopy Index your code
hub / github.com/tinode/chat / note_read

Function note_read

chatbot/python/chatbot.py:218–219  ·  view source on GitHub ↗
(topic, seq)

Source from the content-addressed store, hash-verified

216 head={"auto": json.dumps(True).encode('utf-8')}, content=json.dumps(text).encode('utf-8')))
217
218def note_read(topic, seq):
219 return pb.ClientMsg(note=pb.ClientNote(topic=topic, what=pb.READ, seq_id=seq))
220
221def init_server(listen):
222 # Launch plugin server: accept connection(s) from the Tinode server.

Callers 1

client_message_loopFunction · 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…