Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
279
func
(sh *SyncHandler) signalIdle() {
280
select
{
281
case
sh.alarmIdlec <-
struct
{}{}:
282
default:
283
}
284
}
285
286
func
newIdleSyncHandler(fromName, toName string) *SyncHandler {
287
return
&SyncHandler{
Callers
1
syncLoop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected