(err)
| 10144 | |
| 10145 | |
| 10146 | function onChangesError(err) { |
| 10147 | changesPending = false; |
| 10148 | /* istanbul ignore if */ |
| 10149 | if (returnValue.cancelled) { |
| 10150 | return completeReplication(); |
| 10151 | } |
| 10152 | abortReplication('changes rejected', err); |
| 10153 | } |
| 10154 | |
| 10155 | |
| 10156 | function getChanges() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…