()
| 216 | } |
| 217 | |
| 218 | func (s *Service) getProgress() int32 { |
| 219 | return atomic.LoadInt32(&s.progress) |
| 220 | } |
| 221 | |
| 222 | func (s *Service) saveProgress() { |
| 223 | progressFile := filepath.Join(conf.GConf.WorkingRoot, string(s.dbID)+progressFileSuffix) |
no outgoing calls
no test coverage detected