()
| 786 | } |
| 787 | |
| 788 | func (mctx *MigrationContext) GetCriticalLoad() LoadMap { |
| 789 | mctx.throttleMutex.Lock() |
| 790 | defer mctx.throttleMutex.Unlock() |
| 791 | |
| 792 | return mctx.criticalLoad.Duplicate() |
| 793 | } |
| 794 | |
| 795 | func (mctx *MigrationContext) GetNiceRatio() float64 { |
| 796 | mctx.throttleMutex.Lock() |
no test coverage detected