()
| 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) { |
no test coverage detected
searching dependent graphs…