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

Method IndexUpdate

lib/protocol/protocol.go:1141–1143  ·  view source on GitHub ↗
(idxUp *IndexUpdate)

Source from the content-addressed store, hash-verified

1139}
1140
1141func (c *connectionWrappingModel) IndexUpdate(idxUp *IndexUpdate) error {
1142 return c.model.IndexUpdate(c.conn, idxUp)
1143}
1144
1145func (c *connectionWrappingModel) Request(req *Request) (RequestResponse, error) {
1146 return c.model.Request(c.conn, req)

Callers

nothing calls this directly

Calls 1

IndexUpdateMethod · 0.65

Tested by

no test coverage detected