Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bugy/script-server
/ _push
Method
_push
src/react/observable.py:113–115 ·
view source on GitHub ↗
(self, data: T)
Source
from the content-addressed store, hash-verified
111
self.chunks = []
112
113
def
_push(self, data: T):
114
self.chunks.append(data)
115
super()._push(data)
116
117
def
subscribe(self, observer):
118
for
chunk in self.chunks:
Callers
nothing calls this directly
Calls
2
append
Method · 0.80
_push
Method · 0.45
Tested by
no test coverage detected