Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2942
func
(m *model) String() string {
2943
return
fmt.Sprintf(
"model@%p"
, m)
2944
}
2945
2946
func
(*model) VerifyConfiguration(from, to config.Configuration) error {
2947
toFolders := to.FolderMap()
Callers
1
NewModel
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected