MCPcopy
hub / github.com/syncthing/syncthing / Index

Method Index

lib/protocol/protocol.go:1137–1139  ·  view source on GitHub ↗
(m *Index)

Source from the content-addressed store, hash-verified

1135}
1136
1137func (c *connectionWrappingModel) Index(m *Index) error {
1138 return c.model.Index(c.conn, m)
1139}
1140
1141func (c *connectionWrappingModel) IndexUpdate(idxUp *IndexUpdate) error {
1142 return c.model.IndexUpdate(c.conn, idxUp)

Callers

nothing calls this directly

Calls 1

IndexMethod · 0.65

Tested by

no test coverage detected