MCPcopy
hub / github.com/apache/pouchdb / onBatch

Function onBatch

lib/index-browser.js:5574–5582  ·  view source on GitHub ↗
(batchKeys, batchValues, cursor)

Source from the content-addressed store, hash-verified

5572 }
5573
5574 function onBatch(batchKeys, batchValues, cursor) {
5575 if (!cursor) {
5576 return;
5577 }
5578 processBatch(batchValues);
5579 if (results.length < limit) {
5580 cursor.continue();
5581 }
5582 }
5583
5584 function onGetAll(e) {
5585 var values = e.target.result;

Callers 5

onGetAllFunction · 0.70
onGetAllKeysFunction · 0.70
continuePseudoCursorFunction · 0.70
onCursorFunction · 0.70
allDocsKeysFunction · 0.70

Calls 4

processBatchFunction · 0.70
decodeDocFunction · 0.70
onBatchDoneFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…