(checkpoint, session)
| 9455 | } |
| 9456 | |
| 9457 | writeCheckpoint(checkpoint, session) { |
| 9458 | var self = this; |
| 9459 | return this.updateTarget(checkpoint, session).then(function () { |
| 9460 | return self.updateSource(checkpoint, session); |
| 9461 | }); |
| 9462 | } |
| 9463 | |
| 9464 | updateTarget(checkpoint, session) { |
| 9465 | if (this.opts.writeTargetCheckpoint) { |
no test coverage detected