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

Function pop_from_output_queue

tn-cli/client.py:84–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82
83
84def pop_from_output_queue():
85 if tn_globals.OutputQueue.empty():
86 return False
87 sys.stdout.write("\r<= "+tn_globals.OutputQueue.get())
88 sys.stdout.flush()
89 return True
90
91
92# Generator of protobuf messages.

Callers 1

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