MCPcopy
hub / github.com/syncthing/syncthing / ClusterConfig

Method ClusterConfig

lib/protocol/protocol.go:1149–1151  ·  view source on GitHub ↗
(config *ClusterConfig)

Source from the content-addressed store, hash-verified

1147}
1148
1149func (c *connectionWrappingModel) ClusterConfig(config *ClusterConfig) error {
1150 return c.model.ClusterConfig(c.conn, config)
1151}
1152
1153func (c *connectionWrappingModel) Closed(err error) {
1154 c.model.Closed(c.conn, err)

Callers

nothing calls this directly

Calls 1

ClusterConfigMethod · 0.65

Tested by

no test coverage detected