Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ ignoresUpdated
Method
ignoresUpdated
lib/model/folder.go:298–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
296
}
297
298
func
(f *folder) ignoresUpdated() {
299
if
f.FSWatcherEnabled {
300
f.scheduleWatchRestart()
301
}
302
}
303
304
func
(f *folder) SchedulePull() {
305
select
{
Callers
2
pull
Method · 0.95
scanSubdirs
Method · 0.95
Calls
1
scheduleWatchRestart
Method · 0.95
Tested by
no test coverage detected