Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
308
func
(p *Process) ResumeAll() error {
309
_, err := p.Post(
"/rest/system/resume"
, nil)
310
return
err
311
}
312
313
func
InSync(folder string, ps ...*Process) bool {
314
for
_, p :=
range
ps {
Callers
13
testSymlinks
Function · 0.80
testFileTypeChange
Function · 0.80
benchmarkTransfer
Function · 0.80
TestScanSubdir
Function · 0.80
TestConflictsDefault
Function · 0.80
TestConflictsInitialMerge
Function · 0.80
TestConflictsIndexReset
Function · 0.80
TestConflictsSameContent
Function · 0.80
testReconnectDuringTransfer
Function · 0.80
TestManyPeers
Function · 0.80
TestOverride
Function · 0.80
TestSyncCluster
Function · 0.80
Calls
1
Post
Method · 0.95
Tested by
13
testSymlinks
Function · 0.64
testFileTypeChange
Function · 0.64
benchmarkTransfer
Function · 0.64
TestScanSubdir
Function · 0.64
TestConflictsDefault
Function · 0.64
TestConflictsInitialMerge
Function · 0.64
TestConflictsIndexReset
Function · 0.64
TestConflictsSameContent
Function · 0.64
testReconnectDuringTransfer
Function · 0.64
TestManyPeers
Function · 0.64
TestOverride
Function · 0.64
TestSyncCluster
Function · 0.64