Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
func
(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
91
func
(err *FileError) Cause() error {
Callers
5
log
Method · 0.80
TestSyncErrorPartial
Function · 0.80
TestIsActiveRepo
Function · 0.80
WrapFileError
Function · 0.80
fatal
Function · 0.80
Calls
no outgoing calls
Tested by
3
log
Method · 0.64
TestSyncErrorPartial
Function · 0.64
TestIsActiveRepo
Function · 0.64