MCPcopy
hub / github.com/bugy/script-server / subscribe

Method subscribe

src/react/observable.py:205–207  ·  view source on GitHub ↗
(self, observer)

Source from the content-addressed store, hash-verified

203 self.source_closed = True
204
205 def subscribe(self, observer):
206 with self.subscriber_lock:
207 super().subscribe(observer)
208
209 def flush_buffer(self):
210 while not self.closed:

Callers

nothing calls this directly

Calls 1

subscribeMethod · 0.45

Tested by

no test coverage detected