Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/syncthing/syncthing
/ Error
Method
Error
lib/svcutil/svcutil.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(e *FatalErr) Error() string {
47
return
e.Err.Error()
48
}
49
50
func
(e *FatalErr) Unwrap() error {
51
return
e.Err
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected