MCPcopy Index your code
hub / github.com/nodejs/node / testEmptyInputGzip

Function testEmptyInputGzip

test/parallel/test-stream-iter-transform-roundtrip.js:179–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177// =============================================================================
178
179async function testEmptyInputGzip() {
180 const result = await roundTrip('', compressGzip(), decompressGzip());
181 assert.strictEqual(result, '');
182}
183
184async function testEmptyInputDeflate() {
185 const result = await roundTrip('', compressDeflate(), decompressDeflate());

Calls 3

compressGzipFunction · 0.85
decompressGzipFunction · 0.85
roundTripFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…