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

Method on_next

src/react/observable.py:239–241  ·  view source on GitHub ↗
(self, chunk)

Source from the content-addressed store, hash-verified

237 self.closed = False
238
239 def on_next(self, chunk):
240 if not self.closed:
241 self.data.append(chunk)
242
243 def on_close(self):
244 if self.closed:

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected