(docInfo)
| 4717 | } |
| 4718 | |
| 4719 | function rootIsMissing(docInfo) { |
| 4720 | return docInfo.metadata.rev_tree[0].ids[1].status === 'missing'; |
| 4721 | } |
| 4722 | |
| 4723 | function processDocs(revLimit, docInfos, api, fetchedDocs, tx, results, |
| 4724 | writeDoc, opts, overallCallback) { |
no outgoing calls
no test coverage detected
searching dependent graphs…