MCPcopy
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
46func (e *FatalErr) Error() string {
47 return e.Err.Error()
48}
49
50func (e *FatalErr) Unwrap() error {
51 return e.Err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected