MCPcopy Create free account
hub / github.com/coderforlife/ms-compress / CompressStream

Method CompressStream

test/compressors.py:92–99  ·  view source on GitHub ↗

Compresses the data from the file-like object input to the file-like object output. The input object must support the method readinto() and the output object must support write(). The input_buf and output_buf are used for temporary storage of data if provided (otherwise

(self, input, output, input_buf=None, output_buf=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected