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

Function testEmptyInput

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

Source from the content-addressed store, hash-verified

195// =============================================================================
196
197function testEmptyInput() {
198 const result = textSync(
199 pullSync(
200 pullSync(fromSync(''), compressGzipSync()),
201 decompressGzipSync(),
202 ),
203 );
204 assert.strictEqual(result, '');
205}
206
207// =============================================================================
208// Run all tests

Calls 5

textSyncFunction · 0.85
pullSyncFunction · 0.85
compressGzipSyncFunction · 0.85
decompressGzipSyncFunction · 0.85
fromSyncFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…