MCPcopy
hub / github.com/hapijs/hapi / setCompressor

Method setCompressor

test/transmit.js:1872–1875  ·  view source on GitHub ↗
(compressor)

Source from the content-addressed store, hash-verified

1870 }
1871
1872 setCompressor(compressor) {
1873
1874 this._compressor = compressor;
1875 }
1876 };
1877
1878 return h.response(new TestStream()).type('text/html');

Callers 1

transmit.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected