MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / getvalue

Method getvalue

tests/test_daemon_api.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self.closed = True
112
113 def getvalue(self) -> bytes:
114 return self.buffer.getvalue()
115
116
117class _ClosableSseHandler(_FakeSseHandler):

Calls

no outgoing calls

Tested by

no test coverage detected