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

Function validateSyncConsumerOptions

lib/internal/streams/iter/consumers.js:213–215  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

211}
212
213function validateSyncConsumerOptions(options) {
214 validateBaseConsumerOptions(options);
215}
216
217// =============================================================================
218// Sync Consumers

Callers 4

bytesSyncFunction · 0.85
textSyncFunction · 0.85
arrayBufferSyncFunction · 0.85
arraySyncFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…