MCPcopy
hub / github.com/mongodb/node-mongodb-native / length

Method length

src/cmap/wire_protocol/responses.ts:263–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

261 }
262
263 public get length() {
264 return Math.max(this.batchSize - this.iterated, 0);
265 }
266
267 private _encryptedBatch: OnDemandDocument | null = null;
268 get encryptedBatch() {

Callers

nothing calls this directly

Calls 1

maxMethod · 0.80

Tested by

no test coverage detected