MCPcopy
hub / github.com/syncthing/syncthing / RescanSub

Method RescanSub

lib/rc/rc.go:250–252  ·  view source on GitHub ↗
(folder string, sub string, delaySeconds int)

Source from the content-addressed store, hash-verified

248}
249
250func (p *Process) RescanSub(folder string, sub string, delaySeconds int) error {
251 return p.RescanSubs(folder, []string{sub}, delaySeconds)
252}
253
254func (p *Process) RescanSubs(folder string, subs []string, delaySeconds int) error {
255 data := url.Values{}

Callers 1

TestScanSubdirFunction · 0.80

Calls 1

RescanSubsMethod · 0.95

Tested by 1

TestScanSubdirFunction · 0.64