MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / getProgress

Method getProgress

sqlchain/mirror/service.go:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

runMethod · 0.95
saveProgressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected