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

Function testEmptyInputZstd

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

Source from the content-addressed store, hash-verified

192}
193
194async function testEmptyInputZstd() {
195 const result = await roundTrip('', compressZstd(), decompressZstd());
196 assert.strictEqual(result, '');
197}
198
199// =============================================================================
200// Chained transforms - compress with one, then another, decompress in reverse

Calls 3

compressZstdFunction · 0.85
decompressZstdFunction · 0.85
roundTripFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…