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

Function empty

test/parallel/test-stream-iter-pull-sync.js:75–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73// PullSync with empty source
74function testPullSyncEmptySource() {
75 function* empty() {}
76 const result = bytesSync(pullSync(empty()));
77 assert.strictEqual(result.length, 0);
78}

Callers 2

testPullSyncEmptySourceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…