()
| 5059 | } |
| 5060 | |
| 5061 | function complete() { |
| 5062 | if (preconditionErrored) { |
| 5063 | return; |
| 5064 | } |
| 5065 | |
| 5066 | changesHandler.notify(api._meta.name); |
| 5067 | callback(null, results); |
| 5068 | } |
| 5069 | |
| 5070 | function verifyAttachment(digest, callback) { |
| 5071 |
no test coverage detected
searching dependent graphs…