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

Method subscribe

src/ServerTee.py:75–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 pass # subscriber queue full or closed
74
75 def subscribe(self):
76 q = Queue()
77 with self.lock:
78 self.subscribers.append(q)
79 return q
80
81 def unsubscribe(self, q):
82 with self.lock:

Callers 1

stream_to_frontendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected