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

Function add_future

chatbot/python/chatbot.py:58–59  ·  view source on GitHub ↗
(tid, bundle)

Source from the content-addressed store, hash-verified

56
57# Add bundle for future execution
58def add_future(tid, bundle):
59 onCompletion[tid] = bundle
60
61# Shorten long strings for logging.
62def clip_long_string(obj):

Callers 4

helloFunction · 0.85
loginFunction · 0.85
subscribeFunction · 0.85
leaveFunction · 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…