MCPcopy Create free account
hub / github.com/CGamesPlay/dfm / Error

Method Error

errors.go:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func (err *FileError) Error() string {
87 return fmt.Sprintf("%s: %s", err.Filename, err.Message)
88}
89
90// Cause is the underlying cause of the error
91func (err *FileError) Cause() error {

Callers 5

logMethod · 0.80
TestSyncErrorPartialFunction · 0.80
TestIsActiveRepoFunction · 0.80
WrapFileErrorFunction · 0.80
fatalFunction · 0.80

Calls

no outgoing calls

Tested by 3

logMethod · 0.64
TestSyncErrorPartialFunction · 0.64
TestIsActiveRepoFunction · 0.64