MCPcopy
hub / github.com/bugsink/bugsink / write

Method write

bugsink/streams.py:325–328  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

323 self.closed = False
324
325 def write(self, data):
326 out = self.compressor.compress(data)
327 if out:
328 self.stream.write(out)
329
330 def flush(self):
331 pass

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected