Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bugsink/bugsink
/ write
Method
write
bugsink/streams.py:299–302 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
297
self.closed = False
298
299
def
write(self, data):
300
out = self.compressor.process(data)
301
if
out:
302
self.stream.write(out)
303
304
def
flush(self):
305
out = self.compressor.finish()
Callers
nothing calls this directly
Calls
2
process
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected