MCPcopy
hub / github.com/syncthing/syncthing / wait

Method wait

lib/rc/rc.go:117–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (p *Process) wait() {
118 p.cmd.Wait()
119
120 if p.logfd != nil {
121 p.stopErr = p.checkForProblems(p.logfd)
122 }
123
124 close(p.stopped)
125}
126
127// AwaitStartup waits for the Syncthing process to start and perform initial
128// scans of all folders.

Callers 1

StartMethod · 0.95

Calls 2

checkForProblemsMethod · 0.95
WaitMethod · 0.65

Tested by

no test coverage detected