Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ subscribe
Method
subscribe
src/react/observable.py:117–121 ·
view source on GitHub ↗
(self, observer)
Source
from the content-addressed store, hash-verified
115
super()._push(data)
116
117
def
subscribe(self, observer):
118
for
chunk in self.chunks:
119
observer.on_next(chunk)
120
121
super().subscribe(observer)
122
123
def
dispose(self):
124
self._close()
Callers
nothing calls this directly
Calls
2
on_next
Method · 0.45
subscribe
Method · 0.45
Tested by
no test coverage detected