MCPcopy
hub / github.com/kopia/kopia / refreshScheduler

Method refreshScheduler

internal/server/server.go:1100–1105  ·  view source on GitHub ↗
(reason string)

Source from the content-addressed store, hash-verified

1098}
1099
1100func (s *Server) refreshScheduler(reason string) {
1101 select {
1102 case s.schedulerRefresh <- reason:
1103 default:
1104 }
1105}
1106
1107// New creates a Server.
1108// The server will manage sources for a given username@hostname.

Callers 1

syncSourcesLockedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected