MCPcopy Index your code
hub / github.com/syncthing/syncthing / IndexUpdate

Method IndexUpdate

lib/protocol/nativemodel_windows.go:33–36  ·  view source on GitHub ↗
(idxUp *IndexUpdate)

Source from the content-addressed store, hash-verified

31}
32
33func (m nativeModel) IndexUpdate(idxUp *IndexUpdate) error {
34 idxUp.Files = fixupFiles(idxUp.Files)
35 return m.rawModel.IndexUpdate(idxUp)
36}
37
38func (m nativeModel) Request(req *Request) (RequestResponse, error) {
39 if strings.Contains(req.Name, `\`) {

Callers

nothing calls this directly

Calls 2

fixupFilesFunction · 0.85
IndexUpdateMethod · 0.65

Tested by

no test coverage detected