MCPcopy Create free account
hub / github.com/form-data/form-data / CustomReadable

Function CustomReadable

test/integration/test-form-get-length.js:97–101  ·  view source on GitHub ↗

* Custion readable constructor * @param {object} opt options * @constructor

(opt)

Source from the content-addressed store, hash-verified

95 * @constructor
96 */
97 function CustomReadable(opt) {
98 Readable.call(this, opt);
99 this._max = 2;
100 this._index = 1;
101 }
102
103 util.inherits(CustomReadable, Readable);
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected