()
| 5005 | } |
| 5006 | |
| 5007 | function onAllDocsProcessed() { |
| 5008 | allDocsProcessed = true; |
| 5009 | updateDocCountIfReady(); |
| 5010 | } |
| 5011 | |
| 5012 | function idbProcessDocs() { |
| 5013 | processDocs(dbOpts.revs_limit, docInfos, api, fetchedDocs, |
nothing calls this directly
no test coverage detected
searching dependent graphs…