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

Function testEmptyInputBrotli

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

Source from the content-addressed store, hash-verified

187}
188
189async function testEmptyInputBrotli() {
190 const result = await roundTrip('', compressBrotli(), decompressBrotli());
191 assert.strictEqual(result, '');
192}
193
194async function testEmptyInputZstd() {
195 const result = await roundTrip('', compressZstd(), decompressZstd());

Calls 3

compressBrotliFunction · 0.85
decompressBrotliFunction · 0.85
roundTripFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…