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

Function idbProcessDocs

lib/index-browser.js:5012–5015  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5010 }
5011
5012 function idbProcessDocs() {
5013 processDocs(dbOpts.revs_limit, docInfos, api, fetchedDocs,
5014 txn, results, writeDoc, opts, onAllDocsProcessed);
5015 }
5016
5017 function updateDocCountIfReady() {
5018 if (!metaDoc || !allDocsProcessed) {

Callers 1

checkDoneFunction · 0.70

Calls 1

processDocsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…