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

Method ClusterConfig

lib/protocol/encryption.go:162–164  ·  view source on GitHub ↗
(config *ClusterConfig)

Source from the content-addressed store, hash-verified

160}
161
162func (e encryptedModel) ClusterConfig(config *ClusterConfig) error {
163 return e.model.ClusterConfig(config)
164}
165
166func (e encryptedModel) Closed(err error) {
167 e.model.Closed(err)

Callers

nothing calls this directly

Calls 1

ClusterConfigMethod · 0.65

Tested by

no test coverage detected