Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/syncthing/syncthing
/ failed
Method
failed
lib/model/sharedpullerstate.go:255–261 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
253
}
254
255
func
(s *sharedPullerState) failed() error {
256
s.mut.RLock()
257
err := s.err
258
s.mut.RUnlock()
259
260
return
err
261
}
262
263
func
(s *sharedPullerState) copyDone(block protocol.BlockInfo) {
264
s.mut.Lock()
Callers
7
TestDeregisterOnFailInPull
Function · 0.95
TestPullCtxCancel
Function · 0.80
TestPullEmptyBlock
Function · 0.80
copierRoutine
Method · 0.80
copyBlock
Method · 0.80
copyBlockFromFolder
Method · 0.80
pullerRoutine
Method · 0.80
Calls
no outgoing calls
Tested by
3
TestDeregisterOnFailInPull
Function · 0.76
TestPullCtxCancel
Function · 0.64
TestPullEmptyBlock
Function · 0.64