MCPcopy
hub / github.com/syncthing/syncthing / ResumeAll

Method ResumeAll

lib/rc/rc.go:308–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306}
307
308func (p *Process) ResumeAll() error {
309 _, err := p.Post("/rest/system/resume", nil)
310 return err
311}
312
313func InSync(folder string, ps ...*Process) bool {
314 for _, p := range ps {

Callers 13

testSymlinksFunction · 0.80
testFileTypeChangeFunction · 0.80
benchmarkTransferFunction · 0.80
TestScanSubdirFunction · 0.80
TestConflictsDefaultFunction · 0.80
TestConflictsIndexResetFunction · 0.80
TestConflictsSameContentFunction · 0.80
TestManyPeersFunction · 0.80
TestOverrideFunction · 0.80
TestSyncClusterFunction · 0.80

Calls 1

PostMethod · 0.95

Tested by 13

testSymlinksFunction · 0.64
testFileTypeChangeFunction · 0.64
benchmarkTransferFunction · 0.64
TestScanSubdirFunction · 0.64
TestConflictsDefaultFunction · 0.64
TestConflictsIndexResetFunction · 0.64
TestConflictsSameContentFunction · 0.64
TestManyPeersFunction · 0.64
TestOverrideFunction · 0.64
TestSyncClusterFunction · 0.64