ElapsedTime returns time since very beginning of the process
()
| 553 | |
| 554 | // ElapsedTime returns time since very beginning of the process |
| 555 | func (mctx *MigrationContext) ElapsedTime() time.Duration { |
| 556 | return time.Since(mctx.StartTime) |
| 557 | } |
| 558 | |
| 559 | // MarkRowCopyStartTime |
| 560 | func (mctx *MigrationContext) MarkRowCopyStartTime() { |
no outgoing calls
no test coverage detected