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