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

Method String

lib/model/model.go:2942–2944  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2940}
2941
2942func (m *model) String() string {
2943 return fmt.Sprintf("model@%p", m)
2944}
2945
2946func (*model) VerifyConfiguration(from, to config.Configuration) error {
2947 toFolders := to.FolderMap()

Callers 1

NewModelFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected