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

Function del_subscription

chatbot/python/chatbot.py:99–100  ·  view source on GitHub ↗
(topic)

Source from the content-addressed store, hash-verified

97 subscriptions[topic] = True
98
99def del_subscription(topic):
100 subscriptions.pop(topic, None)
101
102def subscription_failed(topic, errcode):
103 if topic == 'me':

Callers 1

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…