(checkpoint, session)
| 9462 | } |
| 9463 | |
| 9464 | updateTarget(checkpoint, session) { |
| 9465 | if (this.opts.writeTargetCheckpoint) { |
| 9466 | return updateCheckpoint(this.target, this.id, checkpoint, |
| 9467 | session, this.returnValue); |
| 9468 | } else { |
| 9469 | return Promise.resolve(true); |
| 9470 | } |
| 9471 | } |
| 9472 | |
| 9473 | updateSource(checkpoint, session) { |
| 9474 | if (this.opts.writeSourceCheckpoint) { |
no test coverage detected