Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
def
add_future(tid, bundle):
59
onCompletion[tid] = bundle
60
61
# Shorten long strings for logging.
62
def
clip_long_string(obj):
Callers
4
hello
Function · 0.85
login
Function · 0.85
subscribe
Function · 0.85
leave
Function · 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…