MCPcopy
hub / github.com/syncthing/syncthing / IndexUpdate

Method IndexUpdate

lib/protocol/protocol.go:86–86  ·  view source on GitHub ↗

An index update was received from the peer device

(conn Connection, idxUp *IndexUpdate)

Source from the content-addressed store, hash-verified

84 Index(conn Connection, idx *Index) error
85 // An index update was received from the peer device
86 IndexUpdate(conn Connection, idxUp *IndexUpdate) error
87 // A request was made by the peer device
88 Request(conn Connection, req *Request) (RequestResponse, error)
89 // A cluster configuration message was received

Callers 15

handleIndexUpdateMethod · 0.65
IndexUpdateMethod · 0.65
IndexUpdateMethod · 0.65
IndexUpdateMethod · 0.65
IndexUpdateMethod · 0.65
IndexUpdateMethod · 0.65
IndexUpdateMethod · 0.65
benchmarkIndexUpdateFunction · 0.65
TestRemoveDirWithContentFunction · 0.65

Implementers 2

modellib/model/model.go
Modellib/model/mocks/model.go

Calls

no outgoing calls

Tested by 7

benchmarkIndexUpdateFunction · 0.52
TestRemoveDirWithContentFunction · 0.52
sendIndexUpdateMethod · 0.52