MCPcopy Index your code
hub / github.com/perkeep/perkeep / signalIdle

Method signalIdle

pkg/server/sync.go:279–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277}
278
279func (sh *SyncHandler) signalIdle() {
280 select {
281 case sh.alarmIdlec <- struct{}{}:
282 default:
283 }
284}
285
286func newIdleSyncHandler(fromName, toName string) *SyncHandler {
287 return &SyncHandler{

Callers 1

syncLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected