MCPcopy
hub / github.com/bugsink/bugsink / flush

Method flush

bugsink/streams.py:304–307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

302 self.stream.write(out)
303
304 def flush(self):
305 out = self.compressor.finish()
306 if out:
307 self.stream.write(out)
308
309 def close(self):
310 if self.closed:

Callers 1

closeMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected