(checkpoint, session)
| 9489 | } |
| 9490 | |
| 9491 | writeCheckpoint(checkpoint, session) { |
| 9492 | var self = this; |
| 9493 | return this.updateTarget(checkpoint, session).then(function () { |
| 9494 | return self.updateSource(checkpoint, session); |
| 9495 | }); |
| 9496 | } |
| 9497 | |
| 9498 | updateTarget(checkpoint, session) { |
| 9499 | if (this.opts.writeTargetCheckpoint) { |
no test coverage detected