MCPcopy Create free account
hub / github.com/apache/pouchdb / constructor

Method constructor

lib/index.js:4321–4324  ·  view source on GitHub ↗
(options, makeData)

Source from the content-addressed store, hash-verified

4319
4320class ReadStreamInternal extends Readable {
4321 constructor(options, makeData) {
4322 super({ objectMode: true, highWaterMark: options.highWaterMark });
4323 this._setup(options, makeData);
4324 }
4325
4326 _setup(options, makeData) {
4327 super.constructor({ objectMode: true, highWaterMark: options.highWaterMark });

Callers

nothing calls this directly

Calls 1

_setupMethod · 0.95

Tested by

no test coverage detected