()
| 591 | } |
| 592 | |
| 593 | func (mctx *MigrationContext) GetCurrentLagDuration() time.Duration { |
| 594 | return time.Duration(atomic.LoadInt64(&mctx.CurrentLag)) |
| 595 | } |
| 596 | |
| 597 | func (mctx *MigrationContext) GetProgressPct() float64 { |
| 598 | return math.Float64frombits(atomic.LoadUint64(&mctx.currentProgress)) |
no outgoing calls
no test coverage detected