MCPcopy
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
298func (f *folder) ignoresUpdated() {
299 if f.FSWatcherEnabled {
300 f.scheduleWatchRestart()
301 }
302}
303
304func (f *folder) SchedulePull() {
305 select {

Callers 2

pullMethod · 0.95
scanSubdirsMethod · 0.95

Calls 1

scheduleWatchRestartMethod · 0.95

Tested by

no test coverage detected