(docInfo)
| 4572 | } |
| 4573 | |
| 4574 | function rootIsMissing(docInfo) { |
| 4575 | return docInfo.metadata.rev_tree[0].ids[1].status === 'missing'; |
| 4576 | } |
| 4577 | |
| 4578 | function processDocs(revLimit, docInfos, api, fetchedDocs, tx, results, |
| 4579 | writeDoc, opts, overallCallback) { |
no outgoing calls
no test coverage detected
searching dependent graphs…