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

Function parseArgs

lib/internal/streams/iter/push.js:682–689  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

680// =============================================================================
681
682function parseArgs(args) {
683 const result = parsePullArgs(args);
684 // PushQueue constructor requires a non-undefined options object.
685 if (result.options === undefined) {
686 result.options = { __proto__: null };
687 }
688 return result;
689}
690
691/**
692 * Create a push stream with optional transforms.

Callers 1

pushFunction · 0.70

Calls 1

parsePullArgsFunction · 0.85

Tested by

no test coverage detected