MCPcopy Create free account
hub / github.com/LangGraph-GUI/LangGraph-GUI-backend / unsubscribe

Method unsubscribe

src/ServerTee.py:81–84  ·  view source on GitHub ↗
(self, q)

Source from the content-addressed store, hash-verified

79 return q
80
81 def unsubscribe(self, q):
82 with self.lock:
83 if q in self.subscribers:
84 self.subscribers.remove(q)
85
86 def stream_to_frontend(self, stop_event=None):
87 """

Callers 1

stream_to_frontendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected