(checkpoint, session)
| 9484 | } |
| 9485 | |
| 9486 | writeCheckpoint(checkpoint, session) { |
| 9487 | var self = this; |
| 9488 | return this.updateTarget(checkpoint, session).then(function () { |
| 9489 | return self.updateSource(checkpoint, session); |
| 9490 | }); |
| 9491 | } |
| 9492 | |
| 9493 | updateTarget(checkpoint, session) { |
| 9494 | if (this.opts.writeTargetCheckpoint) { |
no test coverage detected